Shades of Sulu #BAE87A
Tints of Sulu #BAE87A
RGB
CMYK
RGB Variations
Color information
#BAE87A (or 0xBAE87A) is known color: Sulu. HEX triplet: BA, E8 and 7A. RGB value is (186,232,122). Sum of RGB (Red+Green+Blue) = 186+232+122=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 122 (48.05% from 255 or 22.59% from 540); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE87A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE87A is #451785. Grayscale: #CECECE. Windows color (decimal): -4528006 or 8054970. OLE color: 8054970.
HSL color Cylindrical-coordinate representation of color #BAE87A: hue angle of 85.09º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAE87A is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 122 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.09 |
| HSL | 85.09º | 0.71% | 0.69% | - |
| HSV(B) | 85.09º | 0.47% | 0.91% | - |
| XYZ | 52.62 | 69.56 | 29.06 | - |
| YUV | 205.71 | 80.76 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 122 | 0.20 | 0 | 0.47 | 0.09 | 85.09 | 0.71 | 0.69 |
| Hex | BA | E8 | 7A | 14 | 0 | 2F | 9 | 55 | 47 | 45 |
| Octal | 272 | 350 | 172 | 24 | 0 | 57 | 11 | 125 | 107 | 105 |
| Binary | 10111010 | 11101000 | 1111010 | 10100 | 0 | 101111 | 1001 | 1010101 | 1000111 | 1000101 |
Color Harmonies of #BAE87A
Complementary color
Monochromatic Colors of #BAE87A
Black with #BAE87A
Text Example
Text Example
White with #BAE87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE87A; }
p { color: rgb(186,232,122); }
H1.HeaderClassName
{
color: #BAE87A;
}
.AnyTagClassName
{
color: #BAE87A;
}
</style>
background-color css
<style>
a { background-color: #BAE87A; }
a { background-color: rgb(186,232,122); }
div.DivClassName
{
background-color: #BAE87A;
}
.BgClassName
{
background-color: #BAE87A;
}
</style>
border-color css
<style>
span { border-color: #BAE87A; }
span { border-color: rgb(186,232,122); }
td.TdClassName
{
border-color: #BAE87A;
}
.TagClassName
{
border-color: #BAE87A;
}
</style>