Shades of Sulu #BAE188
Tints of Sulu #BAE188
RGB
CMYK
RGB Variations
Color information
#BAE188 (or 0xBAE188) is known color: Sulu. HEX triplet: BA, E1 and 88. RGB value is (186,225,136). Sum of RGB (Red+Green+Blue) = 186+225+136=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 136 (53.52% from 255 or 24.86% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE188 is #451E77. Grayscale: #CBCBCB. Windows color (decimal): -4529784 or 8970682. OLE color: 8970682.
HSL color Cylindrical-coordinate representation of color #BAE188: hue angle of 86.29º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAE188 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 136 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.12 |
| HSL | 86.29º | 0.6% | 0.71% | - |
| HSV(B) | 86.29º | 0.4% | 0.88% | - |
| XYZ | 51.62 | 66.07 | 33.32 | - |
| YUV | 203.19 | 90.08 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 136 | 0.17 | 0 | 0.40 | 0.12 | 86.29 | 0.6 | 0.71 |
| Hex | BA | E1 | 88 | 11 | 0 | 28 | C | 56 | 3C | 47 |
| Octal | 272 | 341 | 210 | 21 | 0 | 50 | 14 | 126 | 74 | 107 |
| Binary | 10111010 | 11100001 | 10001000 | 10001 | 0 | 101000 | 1100 | 1010110 | 111100 | 1000111 |
Color Harmonies of #BAE188
Complementary color
Monochromatic Colors of #BAE188
Black with #BAE188
Text Example
Text Example
White with #BAE188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE188; }
p { color: rgb(186,225,136); }
H1.HeaderClassName
{
color: #BAE188;
}
.AnyTagClassName
{
color: #BAE188;
}
</style>
background-color css
<style>
a { background-color: #BAE188; }
a { background-color: rgb(186,225,136); }
div.DivClassName
{
background-color: #BAE188;
}
.BgClassName
{
background-color: #BAE188;
}
</style>
border-color css
<style>
span { border-color: #BAE188; }
span { border-color: rgb(186,225,136); }
td.TdClassName
{
border-color: #BAE188;
}
.TagClassName
{
border-color: #BAE188;
}
</style>