Shades of Sulu #BAE37E
Tints of Sulu #BAE37E
RGB
CMYK
RGB Variations
Color information
#BAE37E (or 0xBAE37E) is known color: Sulu. HEX triplet: BA, E3 and 7E. RGB value is (186,227,126). Sum of RGB (Red+Green+Blue) = 186+227+126=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 227 (89.06% from 255 or 42.12% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE37E is #451C81. Grayscale: #CBCBCB. Windows color (decimal): -4529282 or 8315834. OLE color: 8315834.
HSL color Cylindrical-coordinate representation of color #BAE37E: hue angle of 84.36º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAE37E is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 126 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.11 |
| HSL | 84.36º | 0.64% | 0.69% | - |
| HSV(B) | 84.36º | 0.44% | 0.89% | - |
| XYZ | 51.48 | 66.88 | 29.93 | - |
| YUV | 203.23 | 84.42 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 126 | 0.18 | 0 | 0.44 | 0.11 | 84.36 | 0.64 | 0.69 |
| Hex | BA | E3 | 7E | 12 | 0 | 2C | B | 54 | 40 | 45 |
| Octal | 272 | 343 | 176 | 22 | 0 | 54 | 13 | 124 | 100 | 105 |
| Binary | 10111010 | 11100011 | 1111110 | 10010 | 0 | 101100 | 1011 | 1010100 | 1000000 | 1000101 |
Color Harmonies of #BAE37E
Complementary color
Monochromatic Colors of #BAE37E
Black with #BAE37E
Text Example
Text Example
White with #BAE37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE37E; }
p { color: rgb(186,227,126); }
H1.HeaderClassName
{
color: #BAE37E;
}
.AnyTagClassName
{
color: #BAE37E;
}
</style>
background-color css
<style>
a { background-color: #BAE37E; }
a { background-color: rgb(186,227,126); }
div.DivClassName
{
background-color: #BAE37E;
}
.BgClassName
{
background-color: #BAE37E;
}
</style>
border-color css
<style>
span { border-color: #BAE37E; }
span { border-color: rgb(186,227,126); }
td.TdClassName
{
border-color: #BAE37E;
}
.TagClassName
{
border-color: #BAE37E;
}
</style>