Shades of Sulu #BAE490
Tints of Sulu #BAE490
RGB
CMYK
RGB Variations
Color information
#BAE490 (or 0xBAE490) is known color: Sulu. HEX triplet: BA, E4 and 90. RGB value is (186,228,144). Sum of RGB (Red+Green+Blue) = 186+228+144=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 228 (89.45% from 255 or 40.86% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE490 is #451B6F. Grayscale: #CECECE. Windows color (decimal): -4529008 or 9495738. OLE color: 9495738.
HSL color Cylindrical-coordinate representation of color #BAE490: hue angle of 90º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAE490 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 144 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.11 |
| HSL | 90º | 0.61% | 0.73% | - |
| HSV(B) | 90º | 0.37% | 0.89% | - |
| XYZ | 53.03 | 67.94 | 36.7 | - |
| YUV | 205.87 | 93.09 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 144 | 0.18 | 0 | 0.37 | 0.11 | 90 | 0.61 | 0.73 |
| Hex | BA | E4 | 90 | 12 | 0 | 25 | B | 5A | 3D | 49 |
| Octal | 272 | 344 | 220 | 22 | 0 | 45 | 13 | 132 | 75 | 111 |
| Binary | 10111010 | 11100100 | 10010000 | 10010 | 0 | 100101 | 1011 | 1011010 | 111101 | 1001001 |
Color Harmonies of #BAE490
Complementary color
Monochromatic Colors of #BAE490
Black with #BAE490
Text Example
Text Example
White with #BAE490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE490; }
p { color: rgb(186,228,144); }
H1.HeaderClassName
{
color: #BAE490;
}
.AnyTagClassName
{
color: #BAE490;
}
</style>
background-color css
<style>
a { background-color: #BAE490; }
a { background-color: rgb(186,228,144); }
div.DivClassName
{
background-color: #BAE490;
}
.BgClassName
{
background-color: #BAE490;
}
</style>
border-color css
<style>
span { border-color: #BAE490; }
span { border-color: rgb(186,228,144); }
td.TdClassName
{
border-color: #BAE490;
}
.TagClassName
{
border-color: #BAE490;
}
</style>