Shades of Sulu #BAE880
Tints of Sulu #BAE880
RGB
CMYK
RGB Variations
Color information
#BAE880 (or 0xBAE880) is known color: Sulu. HEX triplet: BA, E8 and 80. RGB value is (186,232,128). Sum of RGB (Red+Green+Blue) = 186+232+128=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE880 is #45177F. Grayscale: #CECECE. Windows color (decimal): -4528000 or 8448186. OLE color: 8448186.
HSL color Cylindrical-coordinate representation of color #BAE880: hue angle of 86.54º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAE880 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 128 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.09 |
| HSL | 86.54º | 0.69% | 0.71% | - |
| HSV(B) | 86.54º | 0.45% | 0.91% | - |
| XYZ | 53 | 69.71 | 31.08 | - |
| YUV | 206.39 | 83.76 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 128 | 0.20 | 0 | 0.45 | 0.09 | 86.54 | 0.69 | 0.71 |
| Hex | BA | E8 | 80 | 14 | 0 | 2D | 9 | 57 | 45 | 47 |
| Octal | 272 | 350 | 200 | 24 | 0 | 55 | 11 | 127 | 105 | 107 |
| Binary | 10111010 | 11101000 | 10000000 | 10100 | 0 | 101101 | 1001 | 1010111 | 1000101 | 1000111 |
Color Harmonies of #BAE880
Complementary color
Monochromatic Colors of #BAE880
Black with #BAE880
Text Example
Text Example
White with #BAE880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE880; }
p { color: rgb(186,232,128); }
H1.HeaderClassName
{
color: #BAE880;
}
.AnyTagClassName
{
color: #BAE880;
}
</style>
background-color css
<style>
a { background-color: #BAE880; }
a { background-color: rgb(186,232,128); }
div.DivClassName
{
background-color: #BAE880;
}
.BgClassName
{
background-color: #BAE880;
}
</style>
border-color css
<style>
span { border-color: #BAE880; }
span { border-color: rgb(186,232,128); }
td.TdClassName
{
border-color: #BAE880;
}
.TagClassName
{
border-color: #BAE880;
}
</style>