Shades of Sulu #C9DD92
Tints of Sulu #C9DD92
RGB
CMYK
RGB Variations
Color information
#C9DD92 (or 0xC9DD92) is known color: Sulu. HEX triplet: C9, DD and 92. RGB value is (201,221,146). Sum of RGB (Red+Green+Blue) = 201+221+146=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DD92 is #36226D. Grayscale: #CECECE. Windows color (decimal): -3547758 or 9625033. OLE color: 9625033.
HSL color Cylindrical-coordinate representation of color #C9DD92: hue angle of 76º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C9DD92 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 146 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.13 |
| HSL | 76º | 0.52% | 0.72% | - |
| HSV(B) | 76º | 0.34% | 0.87% | - |
| XYZ | 55.13 | 66.21 | 37.07 | - |
| YUV | 206.47 | 93.87 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 146 | 0.09 | 0 | 0.34 | 0.13 | 76 | 0.52 | 0.72 |
| Hex | C9 | DD | 92 | 9 | 0 | 22 | D | 4C | 34 | 48 |
| Octal | 311 | 335 | 222 | 11 | 0 | 42 | 15 | 114 | 64 | 110 |
| Binary | 11001001 | 11011101 | 10010010 | 1001 | 0 | 100010 | 1101 | 1001100 | 110100 | 1001000 |
Color Harmonies of #C9DD92
Complementary color
Monochromatic Colors of #C9DD92
Black with #C9DD92
Text Example
Text Example
White with #C9DD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DD92; }
p { color: rgb(201,221,146); }
H1.HeaderClassName
{
color: #C9DD92;
}
.AnyTagClassName
{
color: #C9DD92;
}
</style>
background-color css
<style>
a { background-color: #C9DD92; }
a { background-color: rgb(201,221,146); }
div.DivClassName
{
background-color: #C9DD92;
}
.BgClassName
{
background-color: #C9DD92;
}
</style>
border-color css
<style>
span { border-color: #C9DD92; }
span { border-color: rgb(201,221,146); }
td.TdClassName
{
border-color: #C9DD92;
}
.TagClassName
{
border-color: #C9DD92;
}
</style>