Shades of Sulu #BAE990
Tints of Sulu #BAE990
RGB
CMYK
RGB Variations
Color information
#BAE990 (or 0xBAE990) is known color: Sulu. HEX triplet: BA, E9 and 90. RGB value is (186,233,144). Sum of RGB (Red+Green+Blue) = 186+233+144=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE990 is #45166F. Grayscale: #D1D1D1. Windows color (decimal): -4527728 or 9497018. OLE color: 9497018.
HSL color Cylindrical-coordinate representation of color #BAE990: hue angle of 91.69º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAE990 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 144 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.09 |
| HSL | 91.69º | 0.67% | 0.74% | - |
| HSV(B) | 91.69º | 0.38% | 0.91% | - |
| XYZ | 54.42 | 70.73 | 37.17 | - |
| YUV | 208.8 | 91.43 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 144 | 0.20 | 0 | 0.38 | 0.09 | 91.69 | 0.67 | 0.74 |
| Hex | BA | E9 | 90 | 14 | 0 | 26 | 9 | 5C | 43 | 4A |
| Octal | 272 | 351 | 220 | 24 | 0 | 46 | 11 | 134 | 103 | 112 |
| Binary | 10111010 | 11101001 | 10010000 | 10100 | 0 | 100110 | 1001 | 1011100 | 1000011 | 1001010 |
Color Harmonies of #BAE990
Complementary color
Monochromatic Colors of #BAE990
Black with #BAE990
Text Example
Text Example
White with #BAE990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE990; }
p { color: rgb(186,233,144); }
H1.HeaderClassName
{
color: #BAE990;
}
.AnyTagClassName
{
color: #BAE990;
}
</style>
background-color css
<style>
a { background-color: #BAE990; }
a { background-color: rgb(186,233,144); }
div.DivClassName
{
background-color: #BAE990;
}
.BgClassName
{
background-color: #BAE990;
}
</style>
border-color css
<style>
span { border-color: #BAE990; }
span { border-color: rgb(186,233,144); }
td.TdClassName
{
border-color: #BAE990;
}
.TagClassName
{
border-color: #BAE990;
}
</style>