Shades of Reef #C9DB9B
Tints of Reef #C9DB9B
RGB
CMYK
RGB Variations
Color information
#C9DB9B (or 0xC9DB9B) is known color: Reef. HEX triplet: C9, DB and 9B. RGB value is (201,219,155). Sum of RGB (Red+Green+Blue) = 201+219+155=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DB9B is #362464. Grayscale: #CECECE. Windows color (decimal): -3548261 or 10214345. OLE color: 10214345.
HSL color Cylindrical-coordinate representation of color #C9DB9B: hue angle of 76.88º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9DB9B is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 155 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.14 |
| HSL | 76.88º | 0.47% | 0.73% | - |
| HSV(B) | 76.88º | 0.29% | 0.86% | - |
| XYZ | 55.34 | 65.45 | 40.73 | - |
| YUV | 206.32 | 99.04 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 155 | 0.08 | 0 | 0.29 | 0.14 | 76.88 | 0.47 | 0.73 |
| Hex | C9 | DB | 9B | 8 | 0 | 1D | E | 4D | 2F | 49 |
| Octal | 311 | 333 | 233 | 10 | 0 | 35 | 16 | 115 | 57 | 111 |
| Binary | 11001001 | 11011011 | 10011011 | 1000 | 0 | 11101 | 1110 | 1001101 | 101111 | 1001001 |
Color Harmonies of #C9DB9B
Complementary color
Monochromatic Colors of #C9DB9B
Black with #C9DB9B
Text Example
Text Example
White with #C9DB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DB9B; }
p { color: rgb(201,219,155); }
H1.HeaderClassName
{
color: #C9DB9B;
}
.AnyTagClassName
{
color: #C9DB9B;
}
</style>
background-color css
<style>
a { background-color: #C9DB9B; }
a { background-color: rgb(201,219,155); }
div.DivClassName
{
background-color: #C9DB9B;
}
.BgClassName
{
background-color: #C9DB9B;
}
</style>
border-color css
<style>
span { border-color: #C9DB9B; }
span { border-color: rgb(201,219,155); }
td.TdClassName
{
border-color: #C9DB9B;
}
.TagClassName
{
border-color: #C9DB9B;
}
</style>