Shades of Sulu #C6DB8B
Tints of Sulu #C6DB8B
RGB
CMYK
RGB Variations
Color information
#C6DB8B (or 0xC6DB8B) is known color: Sulu. HEX triplet: C6, DB and 8B. RGB value is (198,219,139). Sum of RGB (Red+Green+Blue) = 198+219+139=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DB8B is #392474. Grayscale: #CBCBCB. Windows color (decimal): -3744885 or 9165766. OLE color: 9165766.
HSL color Cylindrical-coordinate representation of color #C6DB8B: hue angle of 75.75º 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 #C6DB8B is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 139 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.14 |
| HSL | 75.75º | 0.53% | 0.7% | - |
| HSV(B) | 75.75º | 0.37% | 0.86% | - |
| XYZ | 53.28 | 64.53 | 34.07 | - |
| YUV | 203.6 | 91.54 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 139 | 0.10 | 0 | 0.37 | 0.14 | 75.75 | 0.53 | 0.7 |
| Hex | C6 | DB | 8B | A | 0 | 25 | E | 4C | 35 | 46 |
| Octal | 306 | 333 | 213 | 12 | 0 | 45 | 16 | 114 | 65 | 106 |
| Binary | 11000110 | 11011011 | 10001011 | 1010 | 0 | 100101 | 1110 | 1001100 | 110101 | 1000110 |
Color Harmonies of #C6DB8B
Complementary color
Monochromatic Colors of #C6DB8B
Black with #C6DB8B
Text Example
Text Example
White with #C6DB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DB8B; }
p { color: rgb(198,219,139); }
H1.HeaderClassName
{
color: #C6DB8B;
}
.AnyTagClassName
{
color: #C6DB8B;
}
</style>
background-color css
<style>
a { background-color: #C6DB8B; }
a { background-color: rgb(198,219,139); }
div.DivClassName
{
background-color: #C6DB8B;
}
.BgClassName
{
background-color: #C6DB8B;
}
</style>
border-color css
<style>
span { border-color: #C6DB8B; }
span { border-color: rgb(198,219,139); }
td.TdClassName
{
border-color: #C6DB8B;
}
.TagClassName
{
border-color: #C6DB8B;
}
</style>