Shades of Sulu #C4D886
Tints of Sulu #C4D886
RGB
CMYK
RGB Variations
Color information
#C4D886 (or 0xC4D886) is known color: Sulu. HEX triplet: C4, D8 and 86. RGB value is (196,216,134). Sum of RGB (Red+Green+Blue) = 196+216+134=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 134 (52.73% from 255 or 24.54% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D886 is #3B2779. Grayscale: #C8C8C8. Windows color (decimal): -3876730 or 8837316. OLE color: 8837316.
HSL color Cylindrical-coordinate representation of color #C4D886: hue angle of 74.63º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4D886 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 216 | 134 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.15 |
| HSL | 74.63º | 0.51% | 0.69% | - |
| HSV(B) | 74.63º | 0.38% | 0.85% | - |
| XYZ | 51.62 | 62.57 | 31.91 | - |
| YUV | 200.67 | 90.37 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 134 | 0.09 | 0 | 0.38 | 0.15 | 74.63 | 0.51 | 0.69 |
| Hex | C4 | D8 | 86 | 9 | 0 | 26 | F | 4B | 33 | 45 |
| Octal | 304 | 330 | 206 | 11 | 0 | 46 | 17 | 113 | 63 | 105 |
| Binary | 11000100 | 11011000 | 10000110 | 1001 | 0 | 100110 | 1111 | 1001011 | 110011 | 1000101 |
Color Harmonies of #C4D886
Complementary color
Monochromatic Colors of #C4D886
Black with #C4D886
Text Example
Text Example
White with #C4D886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D886; }
p { color: rgb(196,216,134); }
H1.HeaderClassName
{
color: #C4D886;
}
.AnyTagClassName
{
color: #C4D886;
}
</style>
background-color css
<style>
a { background-color: #C4D886; }
a { background-color: rgb(196,216,134); }
div.DivClassName
{
background-color: #C4D886;
}
.BgClassName
{
background-color: #C4D886;
}
</style>
border-color css
<style>
span { border-color: #C4D886; }
span { border-color: rgb(196,216,134); }
td.TdClassName
{
border-color: #C4D886;
}
.TagClassName
{
border-color: #C4D886;
}
</style>