Shades of Deco #C9DA8B
Tints of Deco #C9DA8B
RGB
CMYK
RGB Variations
Color information
#C9DA8B (or 0xC9DA8B) is known color: Deco. HEX triplet: C9, DA and 8B. RGB value is (201,218,139). Sum of RGB (Red+Green+Blue) = 201+218+139=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DA8B is #362574. Grayscale: #CCCCCC. Windows color (decimal): -3548533 or 9165513. OLE color: 9165513.
HSL color Cylindrical-coordinate representation of color #C9DA8B: hue angle of 72.91º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C9DA8B is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 218 | 139 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.15 |
| HSL | 72.91º | 0.52% | 0.7% | - |
| HSV(B) | 72.91º | 0.36% | 0.85% | - |
| XYZ | 53.82 | 64.42 | 34.02 | - |
| YUV | 203.91 | 91.37 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 139 | 0.08 | 0 | 0.36 | 0.15 | 72.91 | 0.52 | 0.7 |
| Hex | C9 | DA | 8B | 8 | 0 | 24 | F | 49 | 34 | 46 |
| Octal | 311 | 332 | 213 | 10 | 0 | 44 | 17 | 111 | 64 | 106 |
| Binary | 11001001 | 11011010 | 10001011 | 1000 | 0 | 100100 | 1111 | 1001001 | 110100 | 1000110 |
Color Harmonies of #C9DA8B
Complementary color
Monochromatic Colors of #C9DA8B
Black with #C9DA8B
Text Example
Text Example
White with #C9DA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DA8B; }
p { color: rgb(201,218,139); }
H1.HeaderClassName
{
color: #C9DA8B;
}
.AnyTagClassName
{
color: #C9DA8B;
}
</style>
background-color css
<style>
a { background-color: #C9DA8B; }
a { background-color: rgb(201,218,139); }
div.DivClassName
{
background-color: #C9DA8B;
}
.BgClassName
{
background-color: #C9DA8B;
}
</style>
border-color css
<style>
span { border-color: #C9DA8B; }
span { border-color: rgb(201,218,139); }
td.TdClassName
{
border-color: #C9DA8B;
}
.TagClassName
{
border-color: #C9DA8B;
}
</style>