Shades of Sulu #BAE18E
Tints of Sulu #BAE18E
RGB
CMYK
RGB Variations
Color information
#BAE18E (or 0xBAE18E) is known color: Sulu. HEX triplet: BA, E1 and 8E. RGB value is (186,225,142). Sum of RGB (Red+Green+Blue) = 186+225+142=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE18E is #451E71. Grayscale: #CCCCCC. Windows color (decimal): -4529778 or 9363898. OLE color: 9363898.
HSL color Cylindrical-coordinate representation of color #BAE18E: hue angle of 88.19º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAE18E is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 142 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.12 |
| HSL | 88.19º | 0.58% | 0.72% | - |
| HSV(B) | 88.19º | 0.37% | 0.88% | - |
| XYZ | 52.06 | 66.24 | 35.63 | - |
| YUV | 203.88 | 93.08 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 142 | 0.17 | 0 | 0.37 | 0.12 | 88.19 | 0.58 | 0.72 |
| Hex | BA | E1 | 8E | 11 | 0 | 25 | C | 58 | 3A | 48 |
| Octal | 272 | 341 | 216 | 21 | 0 | 45 | 14 | 130 | 72 | 110 |
| Binary | 10111010 | 11100001 | 10001110 | 10001 | 0 | 100101 | 1100 | 1011000 | 111010 | 1001000 |
Color Harmonies of #BAE18E
Complementary color
Monochromatic Colors of #BAE18E
Black with #BAE18E
Text Example
Text Example
White with #BAE18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE18E; }
p { color: rgb(186,225,142); }
H1.HeaderClassName
{
color: #BAE18E;
}
.AnyTagClassName
{
color: #BAE18E;
}
</style>
background-color css
<style>
a { background-color: #BAE18E; }
a { background-color: rgb(186,225,142); }
div.DivClassName
{
background-color: #BAE18E;
}
.BgClassName
{
background-color: #BAE18E;
}
</style>
border-color css
<style>
span { border-color: #BAE18E; }
span { border-color: rgb(186,225,142); }
td.TdClassName
{
border-color: #BAE18E;
}
.TagClassName
{
border-color: #BAE18E;
}
</style>