Shades of Sulu #BAE386
Tints of Sulu #BAE386
RGB
CMYK
RGB Variations
Color information
#BAE386 (or 0xBAE386) is known color: Sulu. HEX triplet: BA, E3 and 86. RGB value is (186,227,134). Sum of RGB (Red+Green+Blue) = 186+227+134=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE386 is #451C79. Grayscale: #CCCCCC. Windows color (decimal): -4529274 or 8840122. OLE color: 8840122.
HSL color Cylindrical-coordinate representation of color #BAE386: hue angle of 86.45º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAE386 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 134 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.11 |
| HSL | 86.45º | 0.62% | 0.71% | - |
| HSV(B) | 86.45º | 0.41% | 0.89% | - |
| XYZ | 52.02 | 67.1 | 32.76 | - |
| YUV | 204.14 | 88.42 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 134 | 0.18 | 0 | 0.41 | 0.11 | 86.45 | 0.62 | 0.71 |
| Hex | BA | E3 | 86 | 12 | 0 | 29 | B | 56 | 3E | 47 |
| Octal | 272 | 343 | 206 | 22 | 0 | 51 | 13 | 126 | 76 | 107 |
| Binary | 10111010 | 11100011 | 10000110 | 10010 | 0 | 101001 | 1011 | 1010110 | 111110 | 1000111 |
Color Harmonies of #BAE386
Complementary color
Monochromatic Colors of #BAE386
Black with #BAE386
Text Example
Text Example
White with #BAE386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE386; }
p { color: rgb(186,227,134); }
H1.HeaderClassName
{
color: #BAE386;
}
.AnyTagClassName
{
color: #BAE386;
}
</style>
background-color css
<style>
a { background-color: #BAE386; }
a { background-color: rgb(186,227,134); }
div.DivClassName
{
background-color: #BAE386;
}
.BgClassName
{
background-color: #BAE386;
}
</style>
border-color css
<style>
span { border-color: #BAE386; }
span { border-color: rgb(186,227,134); }
td.TdClassName
{
border-color: #BAE386;
}
.TagClassName
{
border-color: #BAE386;
}
</style>