Shades of Sulu #BAE86B
Tints of Sulu #BAE86B
RGB
CMYK
RGB Variations
Color information
#BAE86B (or 0xBAE86B) is known color: Sulu. HEX triplet: BA, E8 and 6B. RGB value is (186,232,107). Sum of RGB (Red+Green+Blue) = 186+232+107=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 232 (91.02% from 255 or 44.19% from 525); Blue value is 107 (42.19% from 255 or 20.38% from 525); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE86B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE86B is #451794. Grayscale: #CCCCCC. Windows color (decimal): -4528021 or 7071930. OLE color: 7071930.
HSL color Cylindrical-coordinate representation of color #BAE86B: hue angle of 82.08º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAE86B is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 107 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.09 |
| HSL | 82.08º | 0.73% | 0.66% | - |
| HSV(B) | 82.08º | 0.54% | 0.91% | - |
| XYZ | 51.76 | 69.21 | 24.54 | - |
| YUV | 204 | 73.26 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 107 | 0.20 | 0 | 0.54 | 0.09 | 82.08 | 0.73 | 0.66 |
| Hex | BA | E8 | 6B | 14 | 0 | 36 | 9 | 52 | 49 | 42 |
| Octal | 272 | 350 | 153 | 24 | 0 | 66 | 11 | 122 | 111 | 102 |
| Binary | 10111010 | 11101000 | 1101011 | 10100 | 0 | 110110 | 1001 | 1010010 | 1001001 | 1000010 |
Color Harmonies of #BAE86B
Complementary color
Monochromatic Colors of #BAE86B
Black with #BAE86B
Text Example
Text Example
White with #BAE86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE86B; }
p { color: rgb(186,232,107); }
H1.HeaderClassName
{
color: #BAE86B;
}
.AnyTagClassName
{
color: #BAE86B;
}
</style>
background-color css
<style>
a { background-color: #BAE86B; }
a { background-color: rgb(186,232,107); }
div.DivClassName
{
background-color: #BAE86B;
}
.BgClassName
{
background-color: #BAE86B;
}
</style>
border-color css
<style>
span { border-color: #BAE86B; }
span { border-color: rgb(186,232,107); }
td.TdClassName
{
border-color: #BAE86B;
}
.TagClassName
{
border-color: #BAE86B;
}
</style>