Shades of Sulu #BAE890
Tints of Sulu #BAE890
RGB
CMYK
RGB Variations
Color information
#BAE890 (or 0xBAE890) is known color: Sulu. HEX triplet: BA, E8 and 90. RGB value is (186,232,144). Sum of RGB (Red+Green+Blue) = 186+232+144=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 232 (91.02% from 255 or 41.28% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE890 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE890 is #45176F. Grayscale: #D0D0D0. Windows color (decimal): -4527984 or 9496762. OLE color: 9496762.
HSL color Cylindrical-coordinate representation of color #BAE890: hue angle of 91.36º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAE890 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 144 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.09 |
| HSL | 91.36º | 0.66% | 0.74% | - |
| HSV(B) | 91.36º | 0.38% | 0.91% | - |
| XYZ | 54.14 | 70.17 | 37.08 | - |
| YUV | 208.21 | 91.76 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 144 | 0.20 | 0 | 0.38 | 0.09 | 91.36 | 0.66 | 0.74 |
| Hex | BA | E8 | 90 | 14 | 0 | 26 | 9 | 5B | 42 | 4A |
| Octal | 272 | 350 | 220 | 24 | 0 | 46 | 11 | 133 | 102 | 112 |
| Binary | 10111010 | 11101000 | 10010000 | 10100 | 0 | 100110 | 1001 | 1011011 | 1000010 | 1001010 |
Color Harmonies of #BAE890
Complementary color
Monochromatic Colors of #BAE890
Black with #BAE890
Text Example
Text Example
White with #BAE890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE890; }
p { color: rgb(186,232,144); }
H1.HeaderClassName
{
color: #BAE890;
}
.AnyTagClassName
{
color: #BAE890;
}
</style>
background-color css
<style>
a { background-color: #BAE890; }
a { background-color: rgb(186,232,144); }
div.DivClassName
{
background-color: #BAE890;
}
.BgClassName
{
background-color: #BAE890;
}
</style>
border-color css
<style>
span { border-color: #BAE890; }
span { border-color: rgb(186,232,144); }
td.TdClassName
{
border-color: #BAE890;
}
.TagClassName
{
border-color: #BAE890;
}
</style>