Shades of Sulu #BAE28A
Tints of Sulu #BAE28A
RGB
CMYK
RGB Variations
Color information
#BAE28A (or 0xBAE28A) is known color: Sulu. HEX triplet: BA, E2 and 8A. RGB value is (186,226,138). Sum of RGB (Red+Green+Blue) = 186+226+138=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE28A is #451D75. Grayscale: #CCCCCC. Windows color (decimal): -4529526 or 9102010. OLE color: 9102010.
HSL color Cylindrical-coordinate representation of color #BAE28A: hue angle of 87.27º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAE28A is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 138 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.11 |
| HSL | 87.27º | 0.6% | 0.71% | - |
| HSV(B) | 87.27º | 0.39% | 0.89% | - |
| XYZ | 52.03 | 66.67 | 34.17 | - |
| YUV | 204.01 | 90.75 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 138 | 0.18 | 0 | 0.39 | 0.11 | 87.27 | 0.6 | 0.71 |
| Hex | BA | E2 | 8A | 12 | 0 | 27 | B | 57 | 3C | 47 |
| Octal | 272 | 342 | 212 | 22 | 0 | 47 | 13 | 127 | 74 | 107 |
| Binary | 10111010 | 11100010 | 10001010 | 10010 | 0 | 100111 | 1011 | 1010111 | 111100 | 1000111 |
Color Harmonies of #BAE28A
Complementary color
Monochromatic Colors of #BAE28A
Black with #BAE28A
Text Example
Text Example
White with #BAE28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE28A; }
p { color: rgb(186,226,138); }
H1.HeaderClassName
{
color: #BAE28A;
}
.AnyTagClassName
{
color: #BAE28A;
}
</style>
background-color css
<style>
a { background-color: #BAE28A; }
a { background-color: rgb(186,226,138); }
div.DivClassName
{
background-color: #BAE28A;
}
.BgClassName
{
background-color: #BAE28A;
}
</style>
border-color css
<style>
span { border-color: #BAE28A; }
span { border-color: rgb(186,226,138); }
td.TdClassName
{
border-color: #BAE28A;
}
.TagClassName
{
border-color: #BAE28A;
}
</style>