Shades of Sulu #C6DB93
Tints of Sulu #C6DB93
RGB
CMYK
RGB Variations
Color information
#C6DB93 (or 0xC6DB93) is known color: Sulu. HEX triplet: C6, DB and 93. RGB value is (198,219,147). Sum of RGB (Red+Green+Blue) = 198+219+147=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 147 (57.81% from 255 or 26.06% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DB93 is #39246C. Grayscale: #CCCCCC. Windows color (decimal): -3744877 or 9690054. OLE color: 9690054.
HSL color Cylindrical-coordinate representation of color #C6DB93: hue angle of 77.5º 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 #C6DB93 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 147 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.14 |
| HSL | 77.5º | 0.5% | 0.72% | - |
| HSV(B) | 77.5º | 0.33% | 0.86% | - |
| XYZ | 53.89 | 64.78 | 37.27 | - |
| YUV | 204.51 | 95.54 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 147 | 0.10 | 0 | 0.33 | 0.14 | 77.5 | 0.5 | 0.72 |
| Hex | C6 | DB | 93 | A | 0 | 21 | E | 4E | 32 | 48 |
| Octal | 306 | 333 | 223 | 12 | 0 | 41 | 16 | 116 | 62 | 110 |
| Binary | 11000110 | 11011011 | 10010011 | 1010 | 0 | 100001 | 1110 | 1001110 | 110010 | 1001000 |
Color Harmonies of #C6DB93
Complementary color
Monochromatic Colors of #C6DB93
Black with #C6DB93
Text Example
Text Example
White with #C6DB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DB93; }
p { color: rgb(198,219,147); }
H1.HeaderClassName
{
color: #C6DB93;
}
.AnyTagClassName
{
color: #C6DB93;
}
</style>
background-color css
<style>
a { background-color: #C6DB93; }
a { background-color: rgb(198,219,147); }
div.DivClassName
{
background-color: #C6DB93;
}
.BgClassName
{
background-color: #C6DB93;
}
</style>
border-color css
<style>
span { border-color: #C6DB93; }
span { border-color: rgb(198,219,147); }
td.TdClassName
{
border-color: #C6DB93;
}
.TagClassName
{
border-color: #C6DB93;
}
</style>