Shades of Sulu #BAE591
Tints of Sulu #BAE591
RGB
CMYK
RGB Variations
Color information
#BAE591 (or 0xBAE591) is known color: Sulu. HEX triplet: BA, E5 and 91. RGB value is (186,229,145). Sum of RGB (Red+Green+Blue) = 186+229+145=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE591 is #451A6E. Grayscale: #CECECE. Windows color (decimal): -4528751 or 9561530. OLE color: 9561530.
HSL color Cylindrical-coordinate representation of color #BAE591: hue angle of 90.71º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAE591 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 145 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.10 |
| HSL | 90.71º | 0.62% | 0.73% | - |
| HSV(B) | 90.71º | 0.37% | 0.9% | - |
| XYZ | 53.38 | 68.52 | 37.2 | - |
| YUV | 206.57 | 93.25 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 145 | 0.19 | 0 | 0.37 | 0.10 | 90.71 | 0.62 | 0.73 |
| Hex | BA | E5 | 91 | 13 | 0 | 25 | A | 5B | 3E | 49 |
| Octal | 272 | 345 | 221 | 23 | 0 | 45 | 12 | 133 | 76 | 111 |
| Binary | 10111010 | 11100101 | 10010001 | 10011 | 0 | 100101 | 1010 | 1011011 | 111110 | 1001001 |
Color Harmonies of #BAE591
Complementary color
Monochromatic Colors of #BAE591
Black with #BAE591
Text Example
Text Example
White with #BAE591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE591; }
p { color: rgb(186,229,145); }
H1.HeaderClassName
{
color: #BAE591;
}
.AnyTagClassName
{
color: #BAE591;
}
</style>
background-color css
<style>
a { background-color: #BAE591; }
a { background-color: rgb(186,229,145); }
div.DivClassName
{
background-color: #BAE591;
}
.BgClassName
{
background-color: #BAE591;
}
</style>
border-color css
<style>
span { border-color: #BAE591; }
span { border-color: rgb(186,229,145); }
td.TdClassName
{
border-color: #BAE591;
}
.TagClassName
{
border-color: #BAE591;
}
</style>