Shades of Reef #C9DB96
Tints of Reef #C9DB96
RGB
CMYK
RGB Variations
Color information
#C9DB96 (or 0xC9DB96) is known color: Reef. HEX triplet: C9, DB and 96. RGB value is (201,219,150). Sum of RGB (Red+Green+Blue) = 201+219+150=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DB96 is #362469. Grayscale: #CECECE. Windows color (decimal): -3548266 or 9886665. OLE color: 9886665.
HSL color Cylindrical-coordinate representation of color #C9DB96: hue angle of 75.65º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C9DB96 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 150 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.14 |
| HSL | 75.65º | 0.49% | 0.72% | - |
| HSV(B) | 75.65º | 0.32% | 0.86% | - |
| XYZ | 54.92 | 65.28 | 38.56 | - |
| YUV | 205.75 | 96.54 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 150 | 0.08 | 0 | 0.32 | 0.14 | 75.65 | 0.49 | 0.72 |
| Hex | C9 | DB | 96 | 8 | 0 | 20 | E | 4C | 31 | 48 |
| Octal | 311 | 333 | 226 | 10 | 0 | 40 | 16 | 114 | 61 | 110 |
| Binary | 11001001 | 11011011 | 10010110 | 1000 | 0 | 100000 | 1110 | 1001100 | 110001 | 1001000 |
Color Harmonies of #C9DB96
Complementary color
Monochromatic Colors of #C9DB96
Black with #C9DB96
Text Example
Text Example
White with #C9DB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DB96; }
p { color: rgb(201,219,150); }
H1.HeaderClassName
{
color: #C9DB96;
}
.AnyTagClassName
{
color: #C9DB96;
}
</style>
background-color css
<style>
a { background-color: #C9DB96; }
a { background-color: rgb(201,219,150); }
div.DivClassName
{
background-color: #C9DB96;
}
.BgClassName
{
background-color: #C9DB96;
}
</style>
border-color css
<style>
span { border-color: #C9DB96; }
span { border-color: rgb(201,219,150); }
td.TdClassName
{
border-color: #C9DB96;
}
.TagClassName
{
border-color: #C9DB96;
}
</style>