COLOR #C9D45C

HEX: #C9D45C
RGB: (201,212,92)

Color info

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

RGB color model

#C9D45C color RGB value is (201,212,92).

  • red value is 201;
  • green value is 212;
  • blue value is 92.
RGB:
(201,212,92)
(79%,83%,36%)

RGB channels and saturation

R 201 of 255 = 79%
G 212 of 255 = 83%
B 92 of 255 = 36%

201
212
92

R + G + B ~ 66%. #C9D45C is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 212 + 92 = 505 (100%)
R 201 of 505 ~ 39.8%
G 212 of 505 ~ 41.98%
B 92 of 505 ~ 18.22%

%39.8
%41.98
%18.22

CMYK color model

#C9D45C color CMYK value is (5,0,57,17).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 56.60%
  • key color value is 16.86%
CMYK:
(5,0,57,17)
C5M0Y57K17 
(5%,0%,57%,17%)
(0.05/0.00/0.57/0.17)	

CMYK percentages

%5.19
%0
%56.6
%16.86

Codes

Color #C9D45C in popluar color models

C9D45C
RGB20121292
HSL66°58.25%59.61%
HSB/HSV66°56.60%83.14%
CMYK5.19%0.00%56.60%
16.86%

Color #C9D45C in popluar number systems.

HEXC9D45C
Decimal20121292
Binary11001001110101001011100
Octal311324134

Shades and tints

Shades of #C9D45C

#C9D45C
(201,212,92)
#B7C154
(183,193,84)
#A5AE4C
(165,174,76)
#939B44
(147,155,68)
#81883C
(129,136,60)
#6F7534
(111,117,52)
#5D622C
(93,98,44)
#4B4F24
(75,79,36)
#393C1C
(57,60,28)
#272914
(39,41,20)
#15160C
(21,22,12)
#000000
(0,0,0)

Tints of #C9D45C

#C9D45C
(201,212,92)
#CDD76A
(205,215,106)
#D1DA78
(209,218,120)
#D5DD86
(213,221,134)
#D9E094
(217,224,148)
#DDE3A2
(221,227,162)
#E1E6B0
(225,230,176)
#E5E9BE
(229,233,190)
#E9ECCC
(233,236,204)
#EDEFDA
(237,239,218)
#F1F2E8
(241,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D45C color. Also use rgb(201,212,92) instead hex code.

Text Font Color

.myTextColor { color: #C9D45C; }

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

This text font color is #C9D45C.


Background Color

.myBgColor { background-color: #C9D45C; }

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

This div background color is #C9D45C.


Border color

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

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

This div border color is #C9D45C.


Opacity

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

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

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

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

This text has shadow with #C9D45C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D45C on black background.


Color preview on white background

This text has color #C9D45C on white background.



Black color preview on #C9D45C background

This text has black color on #C9D45C background.


White color preview on #C9D45C background

This text has white color on #C9D45C background.