Shades of Reef #C9DC9A
Tints of Reef #C9DC9A
RGB
CMYK
RGB Variations
Color information
#C9DC9A (or 0xC9DC9A) is known color: Reef. HEX triplet: C9, DC and 9A. RGB value is (201,220,154). Sum of RGB (Red+Green+Blue) = 201+220+154=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DC9A is #362365. Grayscale: #CFCFCF. Windows color (decimal): -3548006 or 10149065. OLE color: 10149065.
HSL color Cylindrical-coordinate representation of color #C9DC9A: hue angle of 77.27º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9DC9A is Cyan = 0.09, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 154 | - |
| CMYK | 0.09 | 0 | 0.3 | 0.14 |
| HSL | 77.27º | 0.49% | 0.73% | - |
| HSV(B) | 77.27º | 0.3% | 0.86% | - |
| XYZ | 55.51 | 65.94 | 40.37 | - |
| YUV | 206.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 154 | 0.09 | 0 | 0.3 | 0.14 | 77.27 | 0.49 | 0.73 |
| Hex | C9 | DC | 9A | 9 | 0 | 1E | E | 4D | 31 | 49 |
| Octal | 311 | 334 | 232 | 11 | 0 | 36 | 16 | 115 | 61 | 111 |
| Binary | 11001001 | 11011100 | 10011010 | 1001 | 0 | 11110 | 1110 | 1001101 | 110001 | 1001001 |
Color Harmonies of #C9DC9A
Complementary color
Monochromatic Colors of #C9DC9A
Black with #C9DC9A
Text Example
Text Example
White with #C9DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DC9A; }
p { color: rgb(201,220,154); }
H1.HeaderClassName
{
color: #C9DC9A;
}
.AnyTagClassName
{
color: #C9DC9A;
}
</style>
background-color css
<style>
a { background-color: #C9DC9A; }
a { background-color: rgb(201,220,154); }
div.DivClassName
{
background-color: #C9DC9A;
}
.BgClassName
{
background-color: #C9DC9A;
}
</style>
border-color css
<style>
span { border-color: #C9DC9A; }
span { border-color: rgb(201,220,154); }
td.TdClassName
{
border-color: #C9DC9A;
}
.TagClassName
{
border-color: #C9DC9A;
}
</style>