Shades of Sulu #BAE56C
Tints of Sulu #BAE56C
RGB
CMYK
RGB Variations
Color information
#BAE56C (or 0xBAE56C) is known color: Sulu. HEX triplet: BA, E5 and 6C. RGB value is (186,229,108). Sum of RGB (Red+Green+Blue) = 186+229+108=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 229 (89.84% from 255 or 43.79% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE56C is #451A93. Grayscale: #CACACA. Windows color (decimal): -4528788 or 7136698. OLE color: 7136698.
HSL color Cylindrical-coordinate representation of color #BAE56C: hue angle of 81.32º 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 #BAE56C is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 108 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.10 |
| HSL | 81.32º | 0.7% | 0.66% | - |
| HSV(B) | 81.32º | 0.53% | 0.9% | - |
| XYZ | 50.98 | 67.56 | 24.54 | - |
| YUV | 202.35 | 74.75 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 108 | 0.19 | 0 | 0.53 | 0.10 | 81.32 | 0.7 | 0.66 |
| Hex | BA | E5 | 6C | 13 | 0 | 35 | A | 51 | 46 | 42 |
| Octal | 272 | 345 | 154 | 23 | 0 | 65 | 12 | 121 | 106 | 102 |
| Binary | 10111010 | 11100101 | 1101100 | 10011 | 0 | 110101 | 1010 | 1010001 | 1000110 | 1000010 |
Color Harmonies of #BAE56C
Complementary color
Monochromatic Colors of #BAE56C
Black with #BAE56C
Text Example
Text Example
White with #BAE56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE56C; }
p { color: rgb(186,229,108); }
H1.HeaderClassName
{
color: #BAE56C;
}
.AnyTagClassName
{
color: #BAE56C;
}
</style>
background-color css
<style>
a { background-color: #BAE56C; }
a { background-color: rgb(186,229,108); }
div.DivClassName
{
background-color: #BAE56C;
}
.BgClassName
{
background-color: #BAE56C;
}
</style>
border-color css
<style>
span { border-color: #BAE56C; }
span { border-color: rgb(186,229,108); }
td.TdClassName
{
border-color: #BAE56C;
}
.TagClassName
{
border-color: #BAE56C;
}
</style>