Shades of Sulu #BAE083
Tints of Sulu #BAE083
RGB
CMYK
RGB Variations
Color information
#BAE083 (or 0xBAE083) is known color: Sulu. HEX triplet: BA, E0 and 83. RGB value is (186,224,131). Sum of RGB (Red+Green+Blue) = 186+224+131=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 131 (51.56% from 255 or 24.21% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE083 is #451F7C. Grayscale: #CACACA. Windows color (decimal): -4530045 or 8642746. OLE color: 8642746.
HSL color Cylindrical-coordinate representation of color #BAE083: hue angle of 84.52º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAE083 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 131 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.12 |
| HSL | 84.52º | 0.6% | 0.7% | - |
| HSV(B) | 84.52º | 0.42% | 0.88% | - |
| XYZ | 51 | 65.39 | 31.41 | - |
| YUV | 202.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 131 | 0.17 | 0 | 0.42 | 0.12 | 84.52 | 0.6 | 0.7 |
| Hex | BA | E0 | 83 | 11 | 0 | 2A | C | 55 | 3C | 46 |
| Octal | 272 | 340 | 203 | 21 | 0 | 52 | 14 | 125 | 74 | 106 |
| Binary | 10111010 | 11100000 | 10000011 | 10001 | 0 | 101010 | 1100 | 1010101 | 111100 | 1000110 |
Color Harmonies of #BAE083
Complementary color
Monochromatic Colors of #BAE083
Black with #BAE083
Text Example
Text Example
White with #BAE083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE083; }
p { color: rgb(186,224,131); }
H1.HeaderClassName
{
color: #BAE083;
}
.AnyTagClassName
{
color: #BAE083;
}
</style>
background-color css
<style>
a { background-color: #BAE083; }
a { background-color: rgb(186,224,131); }
div.DivClassName
{
background-color: #BAE083;
}
.BgClassName
{
background-color: #BAE083;
}
</style>
border-color css
<style>
span { border-color: #BAE083; }
span { border-color: rgb(186,224,131); }
td.TdClassName
{
border-color: #BAE083;
}
.TagClassName
{
border-color: #BAE083;
}
</style>