Shades of Sulu #C4DB91
Tints of Sulu #C4DB91
RGB
CMYK
RGB Variations
Color information
#C4DB91 (or 0xC4DB91) is known color: Sulu. HEX triplet: C4, DB and 91. RGB value is (196,219,145). Sum of RGB (Red+Green+Blue) = 196+219+145=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DB91 is #3B246E. Grayscale: #CBCBCB. Windows color (decimal): -3875951 or 9558980. OLE color: 9558980.
HSL color Cylindrical-coordinate representation of color #C4DB91: hue angle of 78.65º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4DB91 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 219 | 145 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.14 |
| HSL | 78.65º | 0.51% | 0.71% | - |
| HSV(B) | 78.65º | 0.34% | 0.86% | - |
| XYZ | 53.21 | 64.44 | 36.42 | - |
| YUV | 203.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 145 | 0.11 | 0 | 0.34 | 0.14 | 78.65 | 0.51 | 0.71 |
| Hex | C4 | DB | 91 | B | 0 | 22 | E | 4F | 33 | 47 |
| Octal | 304 | 333 | 221 | 13 | 0 | 42 | 16 | 117 | 63 | 107 |
| Binary | 11000100 | 11011011 | 10010001 | 1011 | 0 | 100010 | 1110 | 1001111 | 110011 | 1000111 |
Color Harmonies of #C4DB91
Complementary color
Monochromatic Colors of #C4DB91
Black with #C4DB91
Text Example
Text Example
White with #C4DB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DB91; }
p { color: rgb(196,219,145); }
H1.HeaderClassName
{
color: #C4DB91;
}
.AnyTagClassName
{
color: #C4DB91;
}
</style>
background-color css
<style>
a { background-color: #C4DB91; }
a { background-color: rgb(196,219,145); }
div.DivClassName
{
background-color: #C4DB91;
}
.BgClassName
{
background-color: #C4DB91;
}
</style>
border-color css
<style>
span { border-color: #C4DB91; }
span { border-color: rgb(196,219,145); }
td.TdClassName
{
border-color: #C4DB91;
}
.TagClassName
{
border-color: #C4DB91;
}
</style>