Shades of Sulu #BAE289
Tints of Sulu #BAE289
RGB
CMYK
RGB Variations
Color information
#BAE289 (or 0xBAE289) is known color: Sulu. HEX triplet: BA, E2 and 89. RGB value is (186,226,137). Sum of RGB (Red+Green+Blue) = 186+226+137=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 137 (53.91% from 255 or 24.95% from 549); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE289 is #451D76. Grayscale: #CCCCCC. Windows color (decimal): -4529527 or 9036474. OLE color: 9036474.
HSL color Cylindrical-coordinate representation of color #BAE289: hue angle of 86.97º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAE289 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 137 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.11 |
| HSL | 86.97º | 0.61% | 0.71% | - |
| HSV(B) | 86.97º | 0.39% | 0.89% | - |
| XYZ | 51.96 | 66.64 | 33.79 | - |
| YUV | 203.89 | 90.25 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 137 | 0.18 | 0 | 0.39 | 0.11 | 86.97 | 0.61 | 0.71 |
| Hex | BA | E2 | 89 | 12 | 0 | 27 | B | 57 | 3D | 47 |
| Octal | 272 | 342 | 211 | 22 | 0 | 47 | 13 | 127 | 75 | 107 |
| Binary | 10111010 | 11100010 | 10001001 | 10010 | 0 | 100111 | 1011 | 1010111 | 111101 | 1000111 |
Color Harmonies of #BAE289
Complementary color
Monochromatic Colors of #BAE289
Black with #BAE289
Text Example
Text Example
White with #BAE289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE289; }
p { color: rgb(186,226,137); }
H1.HeaderClassName
{
color: #BAE289;
}
.AnyTagClassName
{
color: #BAE289;
}
</style>
background-color css
<style>
a { background-color: #BAE289; }
a { background-color: rgb(186,226,137); }
div.DivClassName
{
background-color: #BAE289;
}
.BgClassName
{
background-color: #BAE289;
}
</style>
border-color css
<style>
span { border-color: #BAE289; }
span { border-color: rgb(186,226,137); }
td.TdClassName
{
border-color: #BAE289;
}
.TagClassName
{
border-color: #BAE289;
}
</style>