Shades of Sulu #BAE56F
Tints of Sulu #BAE56F
RGB
CMYK
RGB Variations
Color information
#BAE56F (or 0xBAE56F) is known color: Sulu. HEX triplet: BA, E5 and 6F. RGB value is (186,229,111). Sum of RGB (Red+Green+Blue) = 186+229+111=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 111 (43.75% from 255 or 21.10% from 526); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE56F is #451A90. Grayscale: #CBCBCB. Windows color (decimal): -4528785 or 7333306. OLE color: 7333306.
HSL color Cylindrical-coordinate representation of color #BAE56F: hue angle of 81.86º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAE56F is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 111 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.10 |
| HSL | 81.86º | 0.69% | 0.67% | - |
| HSV(B) | 81.86º | 0.52% | 0.9% | - |
| XYZ | 51.14 | 67.63 | 25.4 | - |
| YUV | 202.69 | 76.25 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 111 | 0.19 | 0 | 0.52 | 0.10 | 81.86 | 0.69 | 0.67 |
| Hex | BA | E5 | 6F | 13 | 0 | 34 | A | 52 | 45 | 43 |
| Octal | 272 | 345 | 157 | 23 | 0 | 64 | 12 | 122 | 105 | 103 |
| Binary | 10111010 | 11100101 | 1101111 | 10011 | 0 | 110100 | 1010 | 1010010 | 1000101 | 1000011 |
Color Harmonies of #BAE56F
Complementary color
Monochromatic Colors of #BAE56F
Black with #BAE56F
Text Example
Text Example
White with #BAE56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE56F; }
p { color: rgb(186,229,111); }
H1.HeaderClassName
{
color: #BAE56F;
}
.AnyTagClassName
{
color: #BAE56F;
}
</style>
background-color css
<style>
a { background-color: #BAE56F; }
a { background-color: rgb(186,229,111); }
div.DivClassName
{
background-color: #BAE56F;
}
.BgClassName
{
background-color: #BAE56F;
}
</style>
border-color css
<style>
span { border-color: #BAE56F; }
span { border-color: rgb(186,229,111); }
td.TdClassName
{
border-color: #BAE56F;
}
.TagClassName
{
border-color: #BAE56F;
}
</style>