Shades of Reef #C9DA9B
Tints of Reef #C9DA9B
RGB
CMYK
RGB Variations
Color information
#C9DA9B (or 0xC9DA9B) is known color: Reef. HEX triplet: C9, DA and 9B. RGB value is (201,218,155). Sum of RGB (Red+Green+Blue) = 201+218+155=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DA9B is #362564. Grayscale: #CDCDCD. Windows color (decimal): -3548517 or 10214089. OLE color: 10214089.
HSL color Cylindrical-coordinate representation of color #C9DA9B: hue angle of 76.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9DA9B is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 218 | 155 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.15 |
| HSL | 76.19º | 0.46% | 0.73% | - |
| HSV(B) | 76.19º | 0.29% | 0.85% | - |
| XYZ | 55.08 | 64.93 | 40.64 | - |
| YUV | 205.74 | 99.37 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 155 | 0.08 | 0 | 0.29 | 0.15 | 76.19 | 0.46 | 0.73 |
| Hex | C9 | DA | 9B | 8 | 0 | 1D | F | 4C | 2E | 49 |
| Octal | 311 | 332 | 233 | 10 | 0 | 35 | 17 | 114 | 56 | 111 |
| Binary | 11001001 | 11011010 | 10011011 | 1000 | 0 | 11101 | 1111 | 1001100 | 101110 | 1001001 |
Color Harmonies of #C9DA9B
Complementary color
Monochromatic Colors of #C9DA9B
Black with #C9DA9B
Text Example
Text Example
White with #C9DA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DA9B; }
p { color: rgb(201,218,155); }
H1.HeaderClassName
{
color: #C9DA9B;
}
.AnyTagClassName
{
color: #C9DA9B;
}
</style>
background-color css
<style>
a { background-color: #C9DA9B; }
a { background-color: rgb(201,218,155); }
div.DivClassName
{
background-color: #C9DA9B;
}
.BgClassName
{
background-color: #C9DA9B;
}
</style>
border-color css
<style>
span { border-color: #C9DA9B; }
span { border-color: rgb(201,218,155); }
td.TdClassName
{
border-color: #C9DA9B;
}
.TagClassName
{
border-color: #C9DA9B;
}
</style>