Shades of Sulu #BAE88B
Tints of Sulu #BAE88B
RGB
CMYK
RGB Variations
Color information
#BAE88B (or 0xBAE88B) is known color: Sulu. HEX triplet: BA, E8 and 8B. RGB value is (186,232,139). Sum of RGB (Red+Green+Blue) = 186+232+139=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 232 (91.02% from 255 or 41.65% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE88B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE88B is #451774. Grayscale: #CFCFCF. Windows color (decimal): -4527989 or 9169082. OLE color: 9169082.
HSL color Cylindrical-coordinate representation of color #BAE88B: hue angle of 89.68º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAE88B is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 139 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.09 |
| HSL | 89.68º | 0.67% | 0.73% | - |
| HSV(B) | 89.68º | 0.4% | 0.91% | - |
| XYZ | 53.77 | 70.02 | 35.11 | - |
| YUV | 207.64 | 89.26 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 139 | 0.20 | 0 | 0.40 | 0.09 | 89.68 | 0.67 | 0.73 |
| Hex | BA | E8 | 8B | 14 | 0 | 28 | 9 | 5A | 43 | 49 |
| Octal | 272 | 350 | 213 | 24 | 0 | 50 | 11 | 132 | 103 | 111 |
| Binary | 10111010 | 11101000 | 10001011 | 10100 | 0 | 101000 | 1001 | 1011010 | 1000011 | 1001001 |
Color Harmonies of #BAE88B
Complementary color
Monochromatic Colors of #BAE88B
Black with #BAE88B
Text Example
Text Example
White with #BAE88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE88B; }
p { color: rgb(186,232,139); }
H1.HeaderClassName
{
color: #BAE88B;
}
.AnyTagClassName
{
color: #BAE88B;
}
</style>
background-color css
<style>
a { background-color: #BAE88B; }
a { background-color: rgb(186,232,139); }
div.DivClassName
{
background-color: #BAE88B;
}
.BgClassName
{
background-color: #BAE88B;
}
</style>
border-color css
<style>
span { border-color: #BAE88B; }
span { border-color: rgb(186,232,139); }
td.TdClassName
{
border-color: #BAE88B;
}
.TagClassName
{
border-color: #BAE88B;
}
</style>