COLOR #C1B81E

HEX: #C1B81E
RGB: (193,184,30)

Color info

#C1B81E contains mainly red and green colors. Web safe color of #C1B81E is #CCCC33 (or #CC3).

RGB color model

#C1B81E color RGB value is (193,184,30).

  • red value is 193;
  • green value is 184;
  • blue value is 30.
RGB:
(193,184,30)
(76%,72%,12%)

RGB channels and saturation

R 193 of 255 = 76%
G 184 of 255 = 72%
B 30 of 255 = 12%

193
184
30

R + G + B ~ 53%. #C1B81E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
193 + 184 + 30 = 407 (100%)
R 193 of 407 ~ 47.42%
G 184 of 407 ~ 45.21%
B 30 of 407 ~ 7.37%

%47.42
%45.21

CMYK color model

#C1B81E color CMYK value is (0,5,84,24).

  • cyan value is 0.00%
  • magenta value is 4.66%
  • yellow value is 84.46%
  • key color value is 24.31%
CMYK:
(0,5,84,24)
C0M5Y84K24 
(0%,5%,84%,24%)
(0.00/0.05/0.84/0.24)	

CMYK percentages

%0
%4.66
%84.46
%24.31

Codes

Color #C1B81E in popluar color models

C1B81E
RGB19318430
HSL57°73.09%43.73%
HSB/HSV57°84.46%75.69%
CMYK0.00%4.66%84.46%
24.31%

Color #C1B81E in popluar number systems.

HEXC1B81E
Decimal19318430
Binary110000011011100011110
Octal30127036

Shades and tints

Shades of #C1B81E

#C1B81E
(193,184,30)
#B0A81C
(176,168,28)
#9F981A
(159,152,26)
#8E8818
(142,136,24)
#7D7816
(125,120,22)
#6C6814
(108,104,20)
#5B5812
(91,88,18)
#4A4810
(74,72,16)
#39380E
(57,56,14)
#28280C
(40,40,12)
#17180A
(23,24,10)
#000000
(0,0,0)

Tints of #C1B81E

#C1B81E
(193,184,30)
#C6BE32
(198,190,50)
#CBC446
(203,196,70)
#D0CA5A
(208,202,90)
#D5D06E
(213,208,110)
#DAD682
(218,214,130)
#DFDC96
(223,220,150)
#E4E2AA
(228,226,170)
#E9E8BE
(233,232,190)
#EEEED2
(238,238,210)
#F3F4E6
(243,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1B81E color. Also use rgb(193,184,30) instead hex code.

Text Font Color

.myTextColor { color: #C1B81E; }

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

This text font color is #C1B81E.


Background Color

.myBgColor { background-color: #C1B81E; }

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

This div background color is #C1B81E.


Border color

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

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

This div border color is #C1B81E.


Opacity

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

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

Text with #C1B81E 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 #C1B81E;}

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

This text has shadow with #C1B81E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B81E on black background.


Color preview on white background

This text has color #C1B81E on white background.



Black color preview on #C1B81E background

This text has black color on #C1B81E background.


White color preview on #C1B81E background

This text has white color on #C1B81E background.