Shades of Sulu #BAE986
Tints of Sulu #BAE986
RGB
CMYK
RGB Variations
Color information
#BAE986 (or 0xBAE986) is known color: Sulu. HEX triplet: BA, E9 and 86. RGB value is (186,233,134). Sum of RGB (Red+Green+Blue) = 186+233+134=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE986 is #451679. Grayscale: #D0D0D0. Windows color (decimal): -4527738 or 8841658. OLE color: 8841658.
HSL color Cylindrical-coordinate representation of color #BAE986: hue angle of 88.48º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAE986 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 134 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.09 |
| HSL | 88.48º | 0.69% | 0.72% | - |
| HSV(B) | 88.48º | 0.42% | 0.91% | - |
| XYZ | 53.69 | 70.44 | 33.32 | - |
| YUV | 207.66 | 86.43 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 134 | 0.20 | 0 | 0.42 | 0.09 | 88.48 | 0.69 | 0.72 |
| Hex | BA | E9 | 86 | 14 | 0 | 2A | 9 | 58 | 45 | 48 |
| Octal | 272 | 351 | 206 | 24 | 0 | 52 | 11 | 130 | 105 | 110 |
| Binary | 10111010 | 11101001 | 10000110 | 10100 | 0 | 101010 | 1001 | 1011000 | 1000101 | 1001000 |
Color Harmonies of #BAE986
Complementary color
Monochromatic Colors of #BAE986
Black with #BAE986
Text Example
Text Example
White with #BAE986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE986; }
p { color: rgb(186,233,134); }
H1.HeaderClassName
{
color: #BAE986;
}
.AnyTagClassName
{
color: #BAE986;
}
</style>
background-color css
<style>
a { background-color: #BAE986; }
a { background-color: rgb(186,233,134); }
div.DivClassName
{
background-color: #BAE986;
}
.BgClassName
{
background-color: #BAE986;
}
</style>
border-color css
<style>
span { border-color: #BAE986; }
span { border-color: rgb(186,233,134); }
td.TdClassName
{
border-color: #BAE986;
}
.TagClassName
{
border-color: #BAE986;
}
</style>