Shades of Sulu #BAE36F
Tints of Sulu #BAE36F
RGB
CMYK
RGB Variations
Color information
#BAE36F (or 0xBAE36F) is known color: Sulu. HEX triplet: BA, E3 and 6F. RGB value is (186,227,111). Sum of RGB (Red+Green+Blue) = 186+227+111=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 111 (43.75% from 255 or 21.18% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE36F is #451C90. Grayscale: #C9C9C9. Windows color (decimal): -4529297 or 7332794. OLE color: 7332794.
HSL color Cylindrical-coordinate representation of color #BAE36F: hue angle of 81.21º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAE36F is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 111 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.11 |
| HSL | 81.21º | 0.67% | 0.66% | - |
| HSV(B) | 81.21º | 0.51% | 0.89% | - |
| XYZ | 50.59 | 66.52 | 25.21 | - |
| YUV | 201.52 | 76.92 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 111 | 0.18 | 0 | 0.51 | 0.11 | 81.21 | 0.67 | 0.66 |
| Hex | BA | E3 | 6F | 12 | 0 | 33 | B | 51 | 43 | 42 |
| Octal | 272 | 343 | 157 | 22 | 0 | 63 | 13 | 121 | 103 | 102 |
| Binary | 10111010 | 11100011 | 1101111 | 10010 | 0 | 110011 | 1011 | 1010001 | 1000011 | 1000010 |
Color Harmonies of #BAE36F
Complementary color
Monochromatic Colors of #BAE36F
Black with #BAE36F
Text Example
Text Example
White with #BAE36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE36F; }
p { color: rgb(186,227,111); }
H1.HeaderClassName
{
color: #BAE36F;
}
.AnyTagClassName
{
color: #BAE36F;
}
</style>
background-color css
<style>
a { background-color: #BAE36F; }
a { background-color: rgb(186,227,111); }
div.DivClassName
{
background-color: #BAE36F;
}
.BgClassName
{
background-color: #BAE36F;
}
</style>
border-color css
<style>
span { border-color: #BAE36F; }
span { border-color: rgb(186,227,111); }
td.TdClassName
{
border-color: #BAE36F;
}
.TagClassName
{
border-color: #BAE36F;
}
</style>