Shades of Sulu #BADC89
Tints of Sulu #BADC89
RGB
CMYK
RGB Variations
Color information
#BADC89 (or 0xBADC89) is known color: Sulu. HEX triplet: BA, DC and 89. RGB value is (186,220,137). Sum of RGB (Red+Green+Blue) = 186+220+137=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 137 (53.91% from 255 or 25.23% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC89 is #452376. Grayscale: #C8C8C8. Windows color (decimal): -4531063 or 9034938. OLE color: 9034938.
HSL color Cylindrical-coordinate representation of color #BADC89: hue angle of 84.58º degrees, saturation: 0.54, 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 #BADC89 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 137 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.14 |
| HSL | 84.58º | 0.54% | 0.7% | - |
| HSV(B) | 84.58º | 0.38% | 0.86% | - |
| XYZ | 50.36 | 63.43 | 33.26 | - |
| YUV | 200.37 | 92.24 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 137 | 0.15 | 0 | 0.38 | 0.14 | 84.58 | 0.54 | 0.7 |
| Hex | BA | DC | 89 | F | 0 | 26 | E | 55 | 36 | 46 |
| Octal | 272 | 334 | 211 | 17 | 0 | 46 | 16 | 125 | 66 | 106 |
| Binary | 10111010 | 11011100 | 10001001 | 1111 | 0 | 100110 | 1110 | 1010101 | 110110 | 1000110 |
Color Harmonies of #BADC89
Complementary color
Monochromatic Colors of #BADC89
Black with #BADC89
Text Example
Text Example
White with #BADC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC89; }
p { color: rgb(186,220,137); }
H1.HeaderClassName
{
color: #BADC89;
}
.AnyTagClassName
{
color: #BADC89;
}
</style>
background-color css
<style>
a { background-color: #BADC89; }
a { background-color: rgb(186,220,137); }
div.DivClassName
{
background-color: #BADC89;
}
.BgClassName
{
background-color: #BADC89;
}
</style>
border-color css
<style>
span { border-color: #BADC89; }
span { border-color: rgb(186,220,137); }
td.TdClassName
{
border-color: #BADC89;
}
.TagClassName
{
border-color: #BADC89;
}
</style>