Shades of Sulu #BAE290
Tints of Sulu #BAE290
RGB
CMYK
RGB Variations
Color information
#BAE290 (or 0xBAE290) is known color: Sulu. HEX triplet: BA, E2 and 90. RGB value is (186,226,144). Sum of RGB (Red+Green+Blue) = 186+226+144=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE290 is #451D6F. Grayscale: #CCCCCC. Windows color (decimal): -4529520 or 9495226. OLE color: 9495226.
HSL color Cylindrical-coordinate representation of color #BAE290: hue angle of 89.27º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAE290 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 144 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.11 |
| HSL | 89.27º | 0.59% | 0.73% | - |
| HSV(B) | 89.27º | 0.36% | 0.89% | - |
| XYZ | 52.48 | 66.85 | 36.52 | - |
| YUV | 204.69 | 93.75 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 144 | 0.18 | 0 | 0.36 | 0.11 | 89.27 | 0.59 | 0.73 |
| Hex | BA | E2 | 90 | 12 | 0 | 24 | B | 59 | 3B | 49 |
| Octal | 272 | 342 | 220 | 22 | 0 | 44 | 13 | 131 | 73 | 111 |
| Binary | 10111010 | 11100010 | 10010000 | 10010 | 0 | 100100 | 1011 | 1011001 | 111011 | 1001001 |
Color Harmonies of #BAE290
Complementary color
Monochromatic Colors of #BAE290
Black with #BAE290
Text Example
Text Example
White with #BAE290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE290; }
p { color: rgb(186,226,144); }
H1.HeaderClassName
{
color: #BAE290;
}
.AnyTagClassName
{
color: #BAE290;
}
</style>
background-color css
<style>
a { background-color: #BAE290; }
a { background-color: rgb(186,226,144); }
div.DivClassName
{
background-color: #BAE290;
}
.BgClassName
{
background-color: #BAE290;
}
</style>
border-color css
<style>
span { border-color: #BAE290; }
span { border-color: rgb(186,226,144); }
td.TdClassName
{
border-color: #BAE290;
}
.TagClassName
{
border-color: #BAE290;
}
</style>