Shades of Sulu #C6DB94
Tints of Sulu #C6DB94
RGB
CMYK
RGB Variations
Color information
#C6DB94 (or 0xC6DB94) is known color: Sulu. HEX triplet: C6, DB and 94. RGB value is (198,219,148). Sum of RGB (Red+Green+Blue) = 198+219+148=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DB94 is #39246B. Grayscale: #CCCCCC. Windows color (decimal): -3744876 or 9755590. OLE color: 9755590.
HSL color Cylindrical-coordinate representation of color #C6DB94: hue angle of 77.75º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C6DB94 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 148 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.14 |
| HSL | 77.75º | 0.5% | 0.72% | - |
| HSV(B) | 77.75º | 0.32% | 0.86% | - |
| XYZ | 53.97 | 64.81 | 37.68 | - |
| YUV | 204.63 | 96.04 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 148 | 0.10 | 0 | 0.32 | 0.14 | 77.75 | 0.5 | 0.72 |
| Hex | C6 | DB | 94 | A | 0 | 20 | E | 4E | 32 | 48 |
| Octal | 306 | 333 | 224 | 12 | 0 | 40 | 16 | 116 | 62 | 110 |
| Binary | 11000110 | 11011011 | 10010100 | 1010 | 0 | 100000 | 1110 | 1001110 | 110010 | 1001000 |
Color Harmonies of #C6DB94
Complementary color
Monochromatic Colors of #C6DB94
Black with #C6DB94
Text Example
Text Example
White with #C6DB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DB94; }
p { color: rgb(198,219,148); }
H1.HeaderClassName
{
color: #C6DB94;
}
.AnyTagClassName
{
color: #C6DB94;
}
</style>
background-color css
<style>
a { background-color: #C6DB94; }
a { background-color: rgb(198,219,148); }
div.DivClassName
{
background-color: #C6DB94;
}
.BgClassName
{
background-color: #C6DB94;
}
</style>
border-color css
<style>
span { border-color: #C6DB94; }
span { border-color: rgb(198,219,148); }
td.TdClassName
{
border-color: #C6DB94;
}
.TagClassName
{
border-color: #C6DB94;
}
</style>