Shades of Sulu #BAE883
Tints of Sulu #BAE883
RGB
CMYK
RGB Variations
Color information
#BAE883 (or 0xBAE883) is known color: Sulu. HEX triplet: BA, E8 and 83. RGB value is (186,232,131). Sum of RGB (Red+Green+Blue) = 186+232+131=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 232 (91.02% from 255 or 42.26% from 549); Blue value is 131 (51.56% from 255 or 23.86% from 549); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE883 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE883 is #45177C. Grayscale: #CFCFCF. Windows color (decimal): -4527997 or 8644794. OLE color: 8644794.
HSL color Cylindrical-coordinate representation of color #BAE883: hue angle of 87.33º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAE883 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 131 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.09 |
| HSL | 87.33º | 0.69% | 0.71% | - |
| HSV(B) | 87.33º | 0.44% | 0.91% | - |
| XYZ | 53.2 | 69.79 | 32.14 | - |
| YUV | 206.73 | 85.26 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 131 | 0.20 | 0 | 0.44 | 0.09 | 87.33 | 0.69 | 0.71 |
| Hex | BA | E8 | 83 | 14 | 0 | 2C | 9 | 57 | 45 | 47 |
| Octal | 272 | 350 | 203 | 24 | 0 | 54 | 11 | 127 | 105 | 107 |
| Binary | 10111010 | 11101000 | 10000011 | 10100 | 0 | 101100 | 1001 | 1010111 | 1000101 | 1000111 |
Color Harmonies of #BAE883
Complementary color
Monochromatic Colors of #BAE883
Black with #BAE883
Text Example
Text Example
White with #BAE883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE883; }
p { color: rgb(186,232,131); }
H1.HeaderClassName
{
color: #BAE883;
}
.AnyTagClassName
{
color: #BAE883;
}
</style>
background-color css
<style>
a { background-color: #BAE883; }
a { background-color: rgb(186,232,131); }
div.DivClassName
{
background-color: #BAE883;
}
.BgClassName
{
background-color: #BAE883;
}
</style>
border-color css
<style>
span { border-color: #BAE883; }
span { border-color: rgb(186,232,131); }
td.TdClassName
{
border-color: #BAE883;
}
.TagClassName
{
border-color: #BAE883;
}
</style>