COLOR #C1BE5A

HEX: #C1BE5A
RGB: (193,190,90)

Color info

#C1BE5A contains mainly red and green colors. Web safe color of #C1BE5A is #CCCC66 (or #CC6).

RGB color model

#C1BE5A color RGB value is (193,190,90).

  • red value is 193;
  • green value is 190;
  • blue value is 90.
RGB:
(193,190,90)
(76%,75%,35%)

RGB channels and saturation

R 193 of 255 = 76%
G 190 of 255 = 75%
B 90 of 255 = 35%

193
190
90

R + G + B ~ 62%. #C1BE5A is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 190 + 90 = 473 (100%)
R 193 of 473 ~ 40.8%
G 190 of 473 ~ 40.17%
B 90 of 473 ~ 19.03%

%40.8
%40.17
%19.03

CMYK color model

#C1BE5A color CMYK value is (0,2,53,24).

  • cyan value is 0.00%
  • magenta value is 1.55%
  • yellow value is 53.37%
  • key color value is 24.31%
CMYK:
(0,2,53,24)
C0M2Y53K24 
(0%,2%,53%,24%)
(0.00/0.02/0.53/0.24)	

CMYK percentages

%0
%1.55
%53.37
%24.31

Codes

Color #C1BE5A in popluar color models

C1BE5A
RGB19319090
HSL58°45.37%55.49%
HSB/HSV58°53.37%75.69%
CMYK0.00%1.55%53.37%
24.31%

Color #C1BE5A in popluar number systems.

HEXC1BE5A
Decimal19319090
Binary11000001101111101011010
Octal301276132

Shades and tints

Shades of #C1BE5A

#C1BE5A
(193,190,90)
#B0AD52
(176,173,82)
#9F9C4A
(159,156,74)
#8E8B42
(142,139,66)
#7D7A3A
(125,122,58)
#6C6932
(108,105,50)
#5B582A
(91,88,42)
#4A4722
(74,71,34)
#39361A
(57,54,26)
#282512
(40,37,18)
#17140A
(23,20,10)
#000000
(0,0,0)

Tints of #C1BE5A

#C1BE5A
(193,190,90)
#C6C369
(198,195,105)
#CBC878
(203,200,120)
#D0CD87
(208,205,135)
#D5D296
(213,210,150)
#DAD7A5
(218,215,165)
#DFDCB4
(223,220,180)
#E4E1C3
(228,225,195)
#E9E6D2
(233,230,210)
#EEEBE1
(238,235,225)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1BE5A color. Also use rgb(193,190,90) instead hex code.

Text Font Color

.myTextColor { color: #C1BE5A; }

<p style="color:#C1BE5A">This sample text font color is #C1BE5A.</p>

This text font color is #C1BE5A.


Background Color

.myBgColor { background-color: #C1BE5A; }

<div style="background-color:#C1BE5A">Inner text</div>

This div background color is #C1BE5A.


Border color

.myBorderColor { border: 1px solid #C1BE5A; }

<div style="border:3px solid #C1BE5A">Div</div>

This div border color is #C1BE5A.


Opacity

.myOpacity80 { color: #C1BE5A; opacity: 0.8; }

<p style="color:#C1BE5A;opacity:0.8;">80%</p>

Text with #C1BE5A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C1BE5A;}

<p style="text-shadow: 3px 3px 1px #C1BE5A">Text here.</p>

This text has shadow with #C1BE5A color.

.textShadow {text-shadow: 3px 3px 1px #C1BE5A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C1BE5A, 5px 5px 20px red">Text here.</p>

This text has shadow with #C1BE5A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C1BE5A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C1BE5A, Direction=45, Strength=4)">Text</p>

This text has shadow with #C1BE5A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C1BE5A;
  -webkit-box-shadow:	1px 1px 3px 2px #C1BE5A;
  box-shadow:		1px 1px 3px 2px #C1BE5A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C1BE5A;
-webkit-box-shadow: 1px 1px 3px 2px #C1BE5A;
box-shadow:1px 1px 3px 2px #C1BE5A;">
Div content here</div>
This div box has shadow with color #C1BE5A.

Preview

Color preview on black background

This text has color #C1BE5A on black background.


Color preview on white background

This text has color #C1BE5A on white background.



Black color preview on #C1BE5A background

This text has black color on #C1BE5A background.


White color preview on #C1BE5A background

This text has white color on #C1BE5A background.