Shades of Sulu #BAE16B
Tints of Sulu #BAE16B
RGB
CMYK
RGB Variations
Color information
#BAE16B (or 0xBAE16B) is known color: Sulu. HEX triplet: BA, E1 and 6B. RGB value is (186,225,107). Sum of RGB (Red+Green+Blue) = 186+225+107=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE16B is #451E94. Grayscale: #C8C8C8. Windows color (decimal): -4529813 or 7070138. OLE color: 7070138.
HSL color Cylindrical-coordinate representation of color #BAE16B: hue angle of 79.83º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAE16B is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 107 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.12 |
| HSL | 79.83º | 0.66% | 0.65% | - |
| HSV(B) | 79.83º | 0.52% | 0.88% | - |
| XYZ | 49.83 | 65.35 | 23.9 | - |
| YUV | 199.89 | 75.58 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 107 | 0.17 | 0 | 0.52 | 0.12 | 79.83 | 0.66 | 0.65 |
| Hex | BA | E1 | 6B | 11 | 0 | 34 | C | 50 | 42 | 41 |
| Octal | 272 | 341 | 153 | 21 | 0 | 64 | 14 | 120 | 102 | 101 |
| Binary | 10111010 | 11100001 | 1101011 | 10001 | 0 | 110100 | 1100 | 1010000 | 1000010 | 1000001 |
Color Harmonies of #BAE16B
Complementary color
Monochromatic Colors of #BAE16B
Black with #BAE16B
Text Example
Text Example
White with #BAE16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE16B; }
p { color: rgb(186,225,107); }
H1.HeaderClassName
{
color: #BAE16B;
}
.AnyTagClassName
{
color: #BAE16B;
}
</style>
background-color css
<style>
a { background-color: #BAE16B; }
a { background-color: rgb(186,225,107); }
div.DivClassName
{
background-color: #BAE16B;
}
.BgClassName
{
background-color: #BAE16B;
}
</style>
border-color css
<style>
span { border-color: #BAE16B; }
span { border-color: rgb(186,225,107); }
td.TdClassName
{
border-color: #BAE16B;
}
.TagClassName
{
border-color: #BAE16B;
}
</style>