Shades of Sulu #C6DB8A
Tints of Sulu #C6DB8A
RGB
CMYK
RGB Variations
Color information
#C6DB8A (or 0xC6DB8A) is known color: Sulu. HEX triplet: C6, DB and 8A. RGB value is (198,219,138). Sum of RGB (Red+Green+Blue) = 198+219+138=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DB8A is #392475. Grayscale: #CBCBCB. Windows color (decimal): -3744886 or 9100230. OLE color: 9100230.
HSL color Cylindrical-coordinate representation of color #C6DB8A: hue angle of 75.56º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6DB8A is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 138 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.14 |
| HSL | 75.56º | 0.53% | 0.7% | - |
| HSV(B) | 75.56º | 0.37% | 0.86% | - |
| XYZ | 53.21 | 64.5 | 33.69 | - |
| YUV | 203.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 138 | 0.10 | 0 | 0.37 | 0.14 | 75.56 | 0.53 | 0.7 |
| Hex | C6 | DB | 8A | A | 0 | 25 | E | 4C | 35 | 46 |
| Octal | 306 | 333 | 212 | 12 | 0 | 45 | 16 | 114 | 65 | 106 |
| Binary | 11000110 | 11011011 | 10001010 | 1010 | 0 | 100101 | 1110 | 1001100 | 110101 | 1000110 |
Color Harmonies of #C6DB8A
Complementary color
Monochromatic Colors of #C6DB8A
Black with #C6DB8A
Text Example
Text Example
White with #C6DB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DB8A; }
p { color: rgb(198,219,138); }
H1.HeaderClassName
{
color: #C6DB8A;
}
.AnyTagClassName
{
color: #C6DB8A;
}
</style>
background-color css
<style>
a { background-color: #C6DB8A; }
a { background-color: rgb(198,219,138); }
div.DivClassName
{
background-color: #C6DB8A;
}
.BgClassName
{
background-color: #C6DB8A;
}
</style>
border-color css
<style>
span { border-color: #C6DB8A; }
span { border-color: rgb(198,219,138); }
td.TdClassName
{
border-color: #C6DB8A;
}
.TagClassName
{
border-color: #C6DB8A;
}
</style>