Shades of Sulu #BAE891
Tints of Sulu #BAE891
RGB
CMYK
RGB Variations
Color information
#BAE891 (or 0xBAE891) is known color: Sulu. HEX triplet: BA, E8 and 91. RGB value is (186,232,145). Sum of RGB (Red+Green+Blue) = 186+232+145=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 232 (91.02% from 255 or 41.21% from 563); Blue value is 145 (57.03% from 255 or 25.75% from 563); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE891 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE891 is #45176E. Grayscale: #D0D0D0. Windows color (decimal): -4527983 or 9562298. OLE color: 9562298.
HSL color Cylindrical-coordinate representation of color #BAE891: hue angle of 91.72º degrees, saturation: 0.65, 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 #BAE891 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 145 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.09 |
| HSL | 91.72º | 0.65% | 0.74% | - |
| HSV(B) | 91.72º | 0.38% | 0.91% | - |
| XYZ | 54.22 | 70.2 | 37.48 | - |
| YUV | 208.33 | 92.26 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 145 | 0.20 | 0 | 0.38 | 0.09 | 91.72 | 0.65 | 0.74 |
| Hex | BA | E8 | 91 | 14 | 0 | 26 | 9 | 5C | 41 | 4A |
| Octal | 272 | 350 | 221 | 24 | 0 | 46 | 11 | 134 | 101 | 112 |
| Binary | 10111010 | 11101000 | 10010001 | 10100 | 0 | 100110 | 1001 | 1011100 | 1000001 | 1001010 |
Color Harmonies of #BAE891
Complementary color
Monochromatic Colors of #BAE891
Black with #BAE891
Text Example
Text Example
White with #BAE891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE891; }
p { color: rgb(186,232,145); }
H1.HeaderClassName
{
color: #BAE891;
}
.AnyTagClassName
{
color: #BAE891;
}
</style>
background-color css
<style>
a { background-color: #BAE891; }
a { background-color: rgb(186,232,145); }
div.DivClassName
{
background-color: #BAE891;
}
.BgClassName
{
background-color: #BAE891;
}
</style>
border-color css
<style>
span { border-color: #BAE891; }
span { border-color: rgb(186,232,145); }
td.TdClassName
{
border-color: #BAE891;
}
.TagClassName
{
border-color: #BAE891;
}
</style>