Shades of Sulu #BAEC90
Tints of Sulu #BAEC90
RGB
CMYK
RGB Variations
Color information
#BAEC90 (or 0xBAEC90) is known color: Sulu. HEX triplet: BA, EC and 90. RGB value is (186,236,144). Sum of RGB (Red+Green+Blue) = 186+236+144=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEC90 is #45136F. Grayscale: #D2D2D2. Windows color (decimal): -4526960 or 9497786. OLE color: 9497786.
HSL color Cylindrical-coordinate representation of color #BAEC90: hue angle of 92.61º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAEC90 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 144 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.07 |
| HSL | 92.61º | 0.71% | 0.75% | - |
| HSV(B) | 92.61º | 0.39% | 0.93% | - |
| XYZ | 55.28 | 72.44 | 37.46 | - |
| YUV | 210.56 | 90.44 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 144 | 0.21 | 0 | 0.39 | 0.07 | 92.61 | 0.71 | 0.75 |
| Hex | BA | EC | 90 | 15 | 0 | 27 | 7 | 5D | 47 | 4B |
| Octal | 272 | 354 | 220 | 25 | 0 | 47 | 7 | 135 | 107 | 113 |
| Binary | 10111010 | 11101100 | 10010000 | 10101 | 0 | 100111 | 111 | 1011101 | 1000111 | 1001011 |
Color Harmonies of #BAEC90
Complementary color
Monochromatic Colors of #BAEC90
Black with #BAEC90
Text Example
Text Example
White with #BAEC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEC90; }
p { color: rgb(186,236,144); }
H1.HeaderClassName
{
color: #BAEC90;
}
.AnyTagClassName
{
color: #BAEC90;
}
</style>
background-color css
<style>
a { background-color: #BAEC90; }
a { background-color: rgb(186,236,144); }
div.DivClassName
{
background-color: #BAEC90;
}
.BgClassName
{
background-color: #BAEC90;
}
</style>
border-color css
<style>
span { border-color: #BAEC90; }
span { border-color: rgb(186,236,144); }
td.TdClassName
{
border-color: #BAEC90;
}
.TagClassName
{
border-color: #BAEC90;
}
</style>