Shades of Sulu #BAE588
Tints of Sulu #BAE588
RGB
CMYK
RGB Variations
Color information
#BAE588 (or 0xBAE588) is known color: Sulu. HEX triplet: BA, E5 and 88. RGB value is (186,229,136). Sum of RGB (Red+Green+Blue) = 186+229+136=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE588 is #451A77. Grayscale: #CDCDCD. Windows color (decimal): -4528760 or 8971706. OLE color: 8971706.
HSL color Cylindrical-coordinate representation of color #BAE588: hue angle of 87.74º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAE588 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 136 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.10 |
| HSL | 87.74º | 0.64% | 0.72% | - |
| HSV(B) | 87.74º | 0.41% | 0.9% | - |
| XYZ | 52.71 | 68.26 | 33.69 | - |
| YUV | 205.54 | 88.75 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 136 | 0.19 | 0 | 0.41 | 0.10 | 87.74 | 0.64 | 0.72 |
| Hex | BA | E5 | 88 | 13 | 0 | 29 | A | 58 | 40 | 48 |
| Octal | 272 | 345 | 210 | 23 | 0 | 51 | 12 | 130 | 100 | 110 |
| Binary | 10111010 | 11100101 | 10001000 | 10011 | 0 | 101001 | 1010 | 1011000 | 1000000 | 1001000 |
Color Harmonies of #BAE588
Complementary color
Monochromatic Colors of #BAE588
Black with #BAE588
Text Example
Text Example
White with #BAE588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE588; }
p { color: rgb(186,229,136); }
H1.HeaderClassName
{
color: #BAE588;
}
.AnyTagClassName
{
color: #BAE588;
}
</style>
background-color css
<style>
a { background-color: #BAE588; }
a { background-color: rgb(186,229,136); }
div.DivClassName
{
background-color: #BAE588;
}
.BgClassName
{
background-color: #BAE588;
}
</style>
border-color css
<style>
span { border-color: #BAE588; }
span { border-color: rgb(186,229,136); }
td.TdClassName
{
border-color: #BAE588;
}
.TagClassName
{
border-color: #BAE588;
}
</style>