Shades of Sulu #BAE287
Tints of Sulu #BAE287
RGB
CMYK
RGB Variations
Color information
#BAE287 (or 0xBAE287) is known color: Sulu. HEX triplet: BA, E2 and 87. RGB value is (186,226,135). Sum of RGB (Red+Green+Blue) = 186+226+135=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 135 (53.12% from 255 or 24.68% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE287 is #451D78. Grayscale: #CBCBCB. Windows color (decimal): -4529529 or 8905402. OLE color: 8905402.
HSL color Cylindrical-coordinate representation of color #BAE287: hue angle of 86.37º 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 #BAE287 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 135 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.11 |
| HSL | 86.37º | 0.61% | 0.71% | - |
| HSV(B) | 86.37º | 0.4% | 0.89% | - |
| XYZ | 51.82 | 66.58 | 33.04 | - |
| YUV | 203.67 | 89.25 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 135 | 0.18 | 0 | 0.40 | 0.11 | 86.37 | 0.61 | 0.71 |
| Hex | BA | E2 | 87 | 12 | 0 | 28 | B | 56 | 3D | 47 |
| Octal | 272 | 342 | 207 | 22 | 0 | 50 | 13 | 126 | 75 | 107 |
| Binary | 10111010 | 11100010 | 10000111 | 10010 | 0 | 101000 | 1011 | 1010110 | 111101 | 1000111 |
Color Harmonies of #BAE287
Complementary color
Monochromatic Colors of #BAE287
Black with #BAE287
Text Example
Text Example
White with #BAE287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE287; }
p { color: rgb(186,226,135); }
H1.HeaderClassName
{
color: #BAE287;
}
.AnyTagClassName
{
color: #BAE287;
}
</style>
background-color css
<style>
a { background-color: #BAE287; }
a { background-color: rgb(186,226,135); }
div.DivClassName
{
background-color: #BAE287;
}
.BgClassName
{
background-color: #BAE287;
}
</style>
border-color css
<style>
span { border-color: #BAE287; }
span { border-color: rgb(186,226,135); }
td.TdClassName
{
border-color: #BAE287;
}
.TagClassName
{
border-color: #BAE287;
}
</style>