Shades of Sulu #C9DB92
Tints of Sulu #C9DB92
RGB
CMYK
RGB Variations
Color information
#C9DB92 (or 0xC9DB92) is known color: Sulu. HEX triplet: C9, DB and 92. RGB value is (201,219,146). Sum of RGB (Red+Green+Blue) = 201+219+146=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DB92 is #36246D. Grayscale: #CDCDCD. Windows color (decimal): -3548270 or 9624521. OLE color: 9624521.
HSL color Cylindrical-coordinate representation of color #C9DB92: hue angle of 74.79º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C9DB92 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 146 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.14 |
| HSL | 74.79º | 0.5% | 0.72% | - |
| HSV(B) | 74.79º | 0.33% | 0.86% | - |
| XYZ | 54.61 | 65.16 | 36.89 | - |
| YUV | 205.3 | 94.54 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 146 | 0.08 | 0 | 0.33 | 0.14 | 74.79 | 0.5 | 0.72 |
| Hex | C9 | DB | 92 | 8 | 0 | 21 | E | 4B | 32 | 48 |
| Octal | 311 | 333 | 222 | 10 | 0 | 41 | 16 | 113 | 62 | 110 |
| Binary | 11001001 | 11011011 | 10010010 | 1000 | 0 | 100001 | 1110 | 1001011 | 110010 | 1001000 |
Color Harmonies of #C9DB92
Complementary color
Monochromatic Colors of #C9DB92
Black with #C9DB92
Text Example
Text Example
White with #C9DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DB92; }
p { color: rgb(201,219,146); }
H1.HeaderClassName
{
color: #C9DB92;
}
.AnyTagClassName
{
color: #C9DB92;
}
</style>
background-color css
<style>
a { background-color: #C9DB92; }
a { background-color: rgb(201,219,146); }
div.DivClassName
{
background-color: #C9DB92;
}
.BgClassName
{
background-color: #C9DB92;
}
</style>
border-color css
<style>
span { border-color: #C9DB92; }
span { border-color: rgb(201,219,146); }
td.TdClassName
{
border-color: #C9DB92;
}
.TagClassName
{
border-color: #C9DB92;
}
</style>