Shades of Sulu #BAE288
Tints of Sulu #BAE288
RGB
CMYK
RGB Variations
Color information
#BAE288 (or 0xBAE288) is known color: Sulu. HEX triplet: BA, E2 and 88. RGB value is (186,226,136). Sum of RGB (Red+Green+Blue) = 186+226+136=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 136 (53.52% from 255 or 24.82% from 548); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE288 is #451D77. Grayscale: #CCCCCC. Windows color (decimal): -4529528 or 8970938. OLE color: 8970938.
HSL color Cylindrical-coordinate representation of color #BAE288: hue angle of 86.67º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAE288 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 136 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.11 |
| HSL | 86.67º | 0.61% | 0.71% | - |
| HSV(B) | 86.67º | 0.4% | 0.89% | - |
| XYZ | 51.89 | 66.61 | 33.41 | - |
| YUV | 203.78 | 89.75 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 136 | 0.18 | 0 | 0.40 | 0.11 | 86.67 | 0.61 | 0.71 |
| Hex | BA | E2 | 88 | 12 | 0 | 28 | B | 57 | 3D | 47 |
| Octal | 272 | 342 | 210 | 22 | 0 | 50 | 13 | 127 | 75 | 107 |
| Binary | 10111010 | 11100010 | 10001000 | 10010 | 0 | 101000 | 1011 | 1010111 | 111101 | 1000111 |
Color Harmonies of #BAE288
Complementary color
Monochromatic Colors of #BAE288
Black with #BAE288
Text Example
Text Example
White with #BAE288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE288; }
p { color: rgb(186,226,136); }
H1.HeaderClassName
{
color: #BAE288;
}
.AnyTagClassName
{
color: #BAE288;
}
</style>
background-color css
<style>
a { background-color: #BAE288; }
a { background-color: rgb(186,226,136); }
div.DivClassName
{
background-color: #BAE288;
}
.BgClassName
{
background-color: #BAE288;
}
</style>
border-color css
<style>
span { border-color: #BAE288; }
span { border-color: rgb(186,226,136); }
td.TdClassName
{
border-color: #BAE288;
}
.TagClassName
{
border-color: #BAE288;
}
</style>