Shades of Sulu #BAE56B
Tints of Sulu #BAE56B
RGB
CMYK
RGB Variations
Color information
#BAE56B (or 0xBAE56B) is known color: Sulu. HEX triplet: BA, E5 and 6B. RGB value is (186,229,107). Sum of RGB (Red+Green+Blue) = 186+229+107=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE56B is #451A94. Grayscale: #CACACA. Windows color (decimal): -4528789 or 7071162. OLE color: 7071162.
HSL color Cylindrical-coordinate representation of color #BAE56B: hue angle of 81.15º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAE56B is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 107 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.10 |
| HSL | 81.15º | 0.7% | 0.66% | - |
| HSV(B) | 81.15º | 0.53% | 0.9% | - |
| XYZ | 50.92 | 67.54 | 24.26 | - |
| YUV | 202.24 | 74.25 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 107 | 0.19 | 0 | 0.53 | 0.10 | 81.15 | 0.7 | 0.66 |
| Hex | BA | E5 | 6B | 13 | 0 | 35 | A | 51 | 46 | 42 |
| Octal | 272 | 345 | 153 | 23 | 0 | 65 | 12 | 121 | 106 | 102 |
| Binary | 10111010 | 11100101 | 1101011 | 10011 | 0 | 110101 | 1010 | 1010001 | 1000110 | 1000010 |
Color Harmonies of #BAE56B
Complementary color
Monochromatic Colors of #BAE56B
Black with #BAE56B
Text Example
Text Example
White with #BAE56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE56B; }
p { color: rgb(186,229,107); }
H1.HeaderClassName
{
color: #BAE56B;
}
.AnyTagClassName
{
color: #BAE56B;
}
</style>
background-color css
<style>
a { background-color: #BAE56B; }
a { background-color: rgb(186,229,107); }
div.DivClassName
{
background-color: #BAE56B;
}
.BgClassName
{
background-color: #BAE56B;
}
</style>
border-color css
<style>
span { border-color: #BAE56B; }
span { border-color: rgb(186,229,107); }
td.TdClassName
{
border-color: #BAE56B;
}
.TagClassName
{
border-color: #BAE56B;
}
</style>