Shades of Sulu #BAE37B
Tints of Sulu #BAE37B
RGB
CMYK
RGB Variations
Color information
#BAE37B (or 0xBAE37B) is known color: Sulu. HEX triplet: BA, E3 and 7B. RGB value is (186,227,123). Sum of RGB (Red+Green+Blue) = 186+227+123=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE37B is #451C84. Grayscale: #CBCBCB. Windows color (decimal): -4529285 or 8119226. OLE color: 8119226.
HSL color Cylindrical-coordinate representation of color #BAE37B: hue angle of 83.65º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAE37B is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 123 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.11 |
| HSL | 83.65º | 0.65% | 0.69% | - |
| HSV(B) | 83.65º | 0.46% | 0.89% | - |
| XYZ | 51.29 | 66.81 | 28.93 | - |
| YUV | 202.89 | 82.92 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 123 | 0.18 | 0 | 0.46 | 0.11 | 83.65 | 0.65 | 0.69 |
| Hex | BA | E3 | 7B | 12 | 0 | 2E | B | 54 | 41 | 45 |
| Octal | 272 | 343 | 173 | 22 | 0 | 56 | 13 | 124 | 101 | 105 |
| Binary | 10111010 | 11100011 | 1111011 | 10010 | 0 | 101110 | 1011 | 1010100 | 1000001 | 1000101 |
Color Harmonies of #BAE37B
Complementary color
Monochromatic Colors of #BAE37B
Black with #BAE37B
Text Example
Text Example
White with #BAE37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE37B; }
p { color: rgb(186,227,123); }
H1.HeaderClassName
{
color: #BAE37B;
}
.AnyTagClassName
{
color: #BAE37B;
}
</style>
background-color css
<style>
a { background-color: #BAE37B; }
a { background-color: rgb(186,227,123); }
div.DivClassName
{
background-color: #BAE37B;
}
.BgClassName
{
background-color: #BAE37B;
}
</style>
border-color css
<style>
span { border-color: #BAE37B; }
span { border-color: rgb(186,227,123); }
td.TdClassName
{
border-color: #BAE37B;
}
.TagClassName
{
border-color: #BAE37B;
}
</style>