HEX: #C9D76A
RGB: (201,215,106)
#C9D76A contains mainly red and green colors. Web safe color of #C9D76A is #CCCC66 (or #CC6).
#C9D76A color RGB value is (201,215,106).
RGB: (201,215,106) (79%,84%,42%)
R 201 of 255 = 79%
G 215 of 255 = 84%
B 106 of 255 = 42%
R + G + B ~ 68%. #C9D76A is quite light color.
R + G + B =
201 + 215 + 106 = 522 (100%)
R 201 of 522 ~ 38.51%
G 215 of 522 ~ 41.19%
B 106 of 522 ~ 20.31%
#C9D76A color CMYK value is (7,0,51,16).
CMYK: (7,0,51,16) C7M0Y51K16 (7%,0%,51%,16%) (0.07/0.00/0.51/0.16)
C9 | D7 | 6A | |
---|---|---|---|
RGB | 201 | 215 | 106 |
HSL | 68° | 57.67% | 62.94% |
HSB/HSV | 68° | 50.70% | 84.31% |
CMYK | 6.51% | 0.00% | 50.70% |
15.69% |
HEX | C9 | D7 | 6A |
Decimal | 201 | 215 | 106 |
Binary | 11001001 | 11010111 | 1101010 |
Octal | 311 | 327 | 152 |
Examples of css and html codes for elements with #C9D76A color. Also use rgb(201,215,106) instead hex code.
.myTextColor { color: #C9D76A; }
<p style="color:#C9D76A">This sample text font color is #C9D76A.</p>
This text font color is #C9D76A.
.myBgColor { background-color: #C9D76A; }
<div style="background-color:#C9D76A">Inner text</div>
This div background color is #C9D76A.
.myBorderColor { border: 1px solid #C9D76A; }
<div style="border:3px solid #C9D76A">Div</div>
This div border color is #C9D76A.
.myOpacity80 { color: #C9D76A; opacity: 0.8; }
<p style="color:#C9D76A;opacity:0.8;">80%</p>
Text with #C9D76A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9D76A;}
<p style="text-shadow: 3px 3px 1px #C9D76A">Text here.</p>
This text has shadow with #C9D76A color.
.textShadow {text-shadow: 3px 3px 1px #C9D76A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9D76A, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9D76A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9D76A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9D76A, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9D76A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C9D76A; -webkit-box-shadow: 1px 1px 3px 2px #C9D76A; box-shadow: 1px 1px 3px 2px #C9D76A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C9D76A; -webkit-box-shadow: 1px 1px 3px 2px #C9D76A; box-shadow:1px 1px 3px 2px #C9D76A;">
Div content here</div>
This text has color #C9D76A on black background.
This text has color #C9D76A on white background.
This text has black color on #C9D76A background.
This text has white color on #C9D76A background.