Shades of Sulu #BAE87C
Tints of Sulu #BAE87C
RGB
CMYK
RGB Variations
Color information
#BAE87C (or 0xBAE87C) is known color: Sulu. HEX triplet: BA, E8 and 7C. RGB value is (186,232,124). Sum of RGB (Red+Green+Blue) = 186+232+124=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 124 (48.83% from 255 or 22.88% from 542); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE87C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE87C is #451783. Grayscale: #CECECE. Windows color (decimal): -4528004 or 8186042. OLE color: 8186042.
HSL color Cylindrical-coordinate representation of color #BAE87C: hue angle of 85.56º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAE87C is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 124 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.09 |
| HSL | 85.56º | 0.7% | 0.7% | - |
| HSV(B) | 85.56º | 0.47% | 0.91% | - |
| XYZ | 52.74 | 69.61 | 29.72 | - |
| YUV | 205.93 | 81.76 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 124 | 0.20 | 0 | 0.47 | 0.09 | 85.56 | 0.7 | 0.7 |
| Hex | BA | E8 | 7C | 14 | 0 | 2F | 9 | 56 | 46 | 46 |
| Octal | 272 | 350 | 174 | 24 | 0 | 57 | 11 | 126 | 106 | 106 |
| Binary | 10111010 | 11101000 | 1111100 | 10100 | 0 | 101111 | 1001 | 1010110 | 1000110 | 1000110 |
Color Harmonies of #BAE87C
Complementary color
Monochromatic Colors of #BAE87C
Black with #BAE87C
Text Example
Text Example
White with #BAE87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE87C; }
p { color: rgb(186,232,124); }
H1.HeaderClassName
{
color: #BAE87C;
}
.AnyTagClassName
{
color: #BAE87C;
}
</style>
background-color css
<style>
a { background-color: #BAE87C; }
a { background-color: rgb(186,232,124); }
div.DivClassName
{
background-color: #BAE87C;
}
.BgClassName
{
background-color: #BAE87C;
}
</style>
border-color css
<style>
span { border-color: #BAE87C; }
span { border-color: rgb(186,232,124); }
td.TdClassName
{
border-color: #BAE87C;
}
.TagClassName
{
border-color: #BAE87C;
}
</style>