Shades of Sulu #BAE884
Tints of Sulu #BAE884
RGB
CMYK
RGB Variations
Color information
#BAE884 (or 0xBAE884) is known color: Sulu. HEX triplet: BA, E8 and 84. RGB value is (186,232,132). Sum of RGB (Red+Green+Blue) = 186+232+132=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 132 (51.95% from 255 or 24% from 550); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE884 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE884 is #45177B. Grayscale: #CFCFCF. Windows color (decimal): -4527996 or 8710330. OLE color: 8710330.
HSL color Cylindrical-coordinate representation of color #BAE884: hue angle of 87.6º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAE884 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 132 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.09 |
| HSL | 87.6º | 0.68% | 0.71% | - |
| HSV(B) | 87.6º | 0.43% | 0.91% | - |
| XYZ | 53.27 | 69.82 | 32.5 | - |
| YUV | 206.85 | 85.76 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 132 | 0.20 | 0 | 0.43 | 0.09 | 87.6 | 0.68 | 0.71 |
| Hex | BA | E8 | 84 | 14 | 0 | 2B | 9 | 58 | 44 | 47 |
| Octal | 272 | 350 | 204 | 24 | 0 | 53 | 11 | 130 | 104 | 107 |
| Binary | 10111010 | 11101000 | 10000100 | 10100 | 0 | 101011 | 1001 | 1011000 | 1000100 | 1000111 |
Color Harmonies of #BAE884
Complementary color
Monochromatic Colors of #BAE884
Black with #BAE884
Text Example
Text Example
White with #BAE884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE884; }
p { color: rgb(186,232,132); }
H1.HeaderClassName
{
color: #BAE884;
}
.AnyTagClassName
{
color: #BAE884;
}
</style>
background-color css
<style>
a { background-color: #BAE884; }
a { background-color: rgb(186,232,132); }
div.DivClassName
{
background-color: #BAE884;
}
.BgClassName
{
background-color: #BAE884;
}
</style>
border-color css
<style>
span { border-color: #BAE884; }
span { border-color: rgb(186,232,132); }
td.TdClassName
{
border-color: #BAE884;
}
.TagClassName
{
border-color: #BAE884;
}
</style>