Shades of Reef #C9DC9B
Tints of Reef #C9DC9B
RGB
CMYK
RGB Variations
Color information
#C9DC9B (or 0xC9DC9B) is known color: Reef. HEX triplet: C9, DC and 9B. RGB value is (201,220,155). Sum of RGB (Red+Green+Blue) = 201+220+155=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DC9B is #362364. Grayscale: #CFCFCF. Windows color (decimal): -3548005 or 10214601. OLE color: 10214601.
HSL color Cylindrical-coordinate representation of color #C9DC9B: hue angle of 77.54º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9DC9B is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 155 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.14 |
| HSL | 77.54º | 0.48% | 0.74% | - |
| HSV(B) | 77.54º | 0.3% | 0.86% | - |
| XYZ | 55.6 | 65.97 | 40.81 | - |
| YUV | 206.91 | 98.71 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 155 | 0.09 | 0 | 0.30 | 0.14 | 77.54 | 0.48 | 0.74 |
| Hex | C9 | DC | 9B | 9 | 0 | 1E | E | 4E | 30 | 4A |
| Octal | 311 | 334 | 233 | 11 | 0 | 36 | 16 | 116 | 60 | 112 |
| Binary | 11001001 | 11011100 | 10011011 | 1001 | 0 | 11110 | 1110 | 1001110 | 110000 | 1001010 |
Color Harmonies of #C9DC9B
Complementary color
Monochromatic Colors of #C9DC9B
Black with #C9DC9B
Text Example
Text Example
White with #C9DC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DC9B; }
p { color: rgb(201,220,155); }
H1.HeaderClassName
{
color: #C9DC9B;
}
.AnyTagClassName
{
color: #C9DC9B;
}
</style>
background-color css
<style>
a { background-color: #C9DC9B; }
a { background-color: rgb(201,220,155); }
div.DivClassName
{
background-color: #C9DC9B;
}
.BgClassName
{
background-color: #C9DC9B;
}
</style>
border-color css
<style>
span { border-color: #C9DC9B; }
span { border-color: rgb(201,220,155); }
td.TdClassName
{
border-color: #C9DC9B;
}
.TagClassName
{
border-color: #C9DC9B;
}
</style>