Shades of Sulu #BAE37A
Tints of Sulu #BAE37A
RGB
CMYK
RGB Variations
Color information
#BAE37A (or 0xBAE37A) is known color: Sulu. HEX triplet: BA, E3 and 7A. RGB value is (186,227,122). Sum of RGB (Red+Green+Blue) = 186+227+122=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE37A is #451C85. Grayscale: #CBCBCB. Windows color (decimal): -4529286 or 8053690. OLE color: 8053690.
HSL color Cylindrical-coordinate representation of color #BAE37A: hue angle of 83.43º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAE37A is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 122 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.11 |
| HSL | 83.43º | 0.65% | 0.68% | - |
| HSV(B) | 83.43º | 0.46% | 0.89% | - |
| XYZ | 51.23 | 66.78 | 28.6 | - |
| YUV | 202.77 | 82.42 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 122 | 0.18 | 0 | 0.46 | 0.11 | 83.43 | 0.65 | 0.68 |
| Hex | BA | E3 | 7A | 12 | 0 | 2E | B | 53 | 41 | 44 |
| Octal | 272 | 343 | 172 | 22 | 0 | 56 | 13 | 123 | 101 | 104 |
| Binary | 10111010 | 11100011 | 1111010 | 10010 | 0 | 101110 | 1011 | 1010011 | 1000001 | 1000100 |
Color Harmonies of #BAE37A
Complementary color
Monochromatic Colors of #BAE37A
Black with #BAE37A
Text Example
Text Example
White with #BAE37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE37A; }
p { color: rgb(186,227,122); }
H1.HeaderClassName
{
color: #BAE37A;
}
.AnyTagClassName
{
color: #BAE37A;
}
</style>
background-color css
<style>
a { background-color: #BAE37A; }
a { background-color: rgb(186,227,122); }
div.DivClassName
{
background-color: #BAE37A;
}
.BgClassName
{
background-color: #BAE37A;
}
</style>
border-color css
<style>
span { border-color: #BAE37A; }
span { border-color: rgb(186,227,122); }
td.TdClassName
{
border-color: #BAE37A;
}
.TagClassName
{
border-color: #BAE37A;
}
</style>