Shades of Sulu #BAE18A
Tints of Sulu #BAE18A
RGB
CMYK
RGB Variations
Color information
#BAE18A (or 0xBAE18A) is known color: Sulu. HEX triplet: BA, E1 and 8A. RGB value is (186,225,138). Sum of RGB (Red+Green+Blue) = 186+225+138=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE18A is #451E75. Grayscale: #CBCBCB. Windows color (decimal): -4529782 or 9101754. OLE color: 9101754.
HSL color Cylindrical-coordinate representation of color #BAE18A: hue angle of 86.9º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAE18A is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 138 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.12 |
| HSL | 86.9º | 0.59% | 0.71% | - |
| HSV(B) | 86.9º | 0.39% | 0.88% | - |
| XYZ | 51.76 | 66.12 | 34.08 | - |
| YUV | 203.42 | 91.08 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 138 | 0.17 | 0 | 0.39 | 0.12 | 86.9 | 0.59 | 0.71 |
| Hex | BA | E1 | 8A | 11 | 0 | 27 | C | 57 | 3B | 47 |
| Octal | 272 | 341 | 212 | 21 | 0 | 47 | 14 | 127 | 73 | 107 |
| Binary | 10111010 | 11100001 | 10001010 | 10001 | 0 | 100111 | 1100 | 1010111 | 111011 | 1000111 |
Color Harmonies of #BAE18A
Complementary color
Monochromatic Colors of #BAE18A
Black with #BAE18A
Text Example
Text Example
White with #BAE18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE18A; }
p { color: rgb(186,225,138); }
H1.HeaderClassName
{
color: #BAE18A;
}
.AnyTagClassName
{
color: #BAE18A;
}
</style>
background-color css
<style>
a { background-color: #BAE18A; }
a { background-color: rgb(186,225,138); }
div.DivClassName
{
background-color: #BAE18A;
}
.BgClassName
{
background-color: #BAE18A;
}
</style>
border-color css
<style>
span { border-color: #BAE18A; }
span { border-color: rgb(186,225,138); }
td.TdClassName
{
border-color: #BAE18A;
}
.TagClassName
{
border-color: #BAE18A;
}
</style>