Shades of Sulu #BADC88
Tints of Sulu #BADC88
RGB
CMYK
RGB Variations
Color information
#BADC88 (or 0xBADC88) is known color: Sulu. HEX triplet: BA, DC and 88. RGB value is (186,220,136). Sum of RGB (Red+Green+Blue) = 186+220+136=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 136 (53.52% from 255 or 25.09% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC88 is #452377. Grayscale: #C8C8C8. Windows color (decimal): -4531064 or 8969402. OLE color: 8969402.
HSL color Cylindrical-coordinate representation of color #BADC88: hue angle of 84.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BADC88 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 136 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.14 |
| HSL | 84.29º | 0.55% | 0.7% | - |
| HSV(B) | 84.29º | 0.38% | 0.86% | - |
| XYZ | 50.29 | 63.4 | 32.88 | - |
| YUV | 200.26 | 91.74 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 136 | 0.15 | 0 | 0.38 | 0.14 | 84.29 | 0.55 | 0.7 |
| Hex | BA | DC | 88 | F | 0 | 26 | E | 54 | 37 | 46 |
| Octal | 272 | 334 | 210 | 17 | 0 | 46 | 16 | 124 | 67 | 106 |
| Binary | 10111010 | 11011100 | 10001000 | 1111 | 0 | 100110 | 1110 | 1010100 | 110111 | 1000110 |
Color Harmonies of #BADC88
Complementary color
Monochromatic Colors of #BADC88
Black with #BADC88
Text Example
Text Example
White with #BADC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC88; }
p { color: rgb(186,220,136); }
H1.HeaderClassName
{
color: #BADC88;
}
.AnyTagClassName
{
color: #BADC88;
}
</style>
background-color css
<style>
a { background-color: #BADC88; }
a { background-color: rgb(186,220,136); }
div.DivClassName
{
background-color: #BADC88;
}
.BgClassName
{
background-color: #BADC88;
}
</style>
border-color css
<style>
span { border-color: #BADC88; }
span { border-color: rgb(186,220,136); }
td.TdClassName
{
border-color: #BADC88;
}
.TagClassName
{
border-color: #BADC88;
}
</style>