Shades of Sulu #BAE384
Tints of Sulu #BAE384
RGB
CMYK
RGB Variations
Color information
#BAE384 (or 0xBAE384) is known color: Sulu. HEX triplet: BA, E3 and 84. RGB value is (186,227,132). Sum of RGB (Red+Green+Blue) = 186+227+132=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE384 is #451C7B. Grayscale: #CCCCCC. Windows color (decimal): -4529276 or 8709050. OLE color: 8709050.
HSL color Cylindrical-coordinate representation of color #BAE384: hue angle of 85.89º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAE384 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 132 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.11 |
| HSL | 85.89º | 0.63% | 0.7% | - |
| HSV(B) | 85.89º | 0.42% | 0.89% | - |
| XYZ | 51.88 | 67.04 | 32.04 | - |
| YUV | 203.91 | 87.42 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 132 | 0.18 | 0 | 0.42 | 0.11 | 85.89 | 0.63 | 0.7 |
| Hex | BA | E3 | 84 | 12 | 0 | 2A | B | 56 | 3F | 46 |
| Octal | 272 | 343 | 204 | 22 | 0 | 52 | 13 | 126 | 77 | 106 |
| Binary | 10111010 | 11100011 | 10000100 | 10010 | 0 | 101010 | 1011 | 1010110 | 111111 | 1000110 |
Color Harmonies of #BAE384
Complementary color
Monochromatic Colors of #BAE384
Black with #BAE384
Text Example
Text Example
White with #BAE384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE384; }
p { color: rgb(186,227,132); }
H1.HeaderClassName
{
color: #BAE384;
}
.AnyTagClassName
{
color: #BAE384;
}
</style>
background-color css
<style>
a { background-color: #BAE384; }
a { background-color: rgb(186,227,132); }
div.DivClassName
{
background-color: #BAE384;
}
.BgClassName
{
background-color: #BAE384;
}
</style>
border-color css
<style>
span { border-color: #BAE384; }
span { border-color: rgb(186,227,132); }
td.TdClassName
{
border-color: #BAE384;
}
.TagClassName
{
border-color: #BAE384;
}
</style>