Shades of Sulu #BAE690
Tints of Sulu #BAE690
RGB
CMYK
RGB Variations
Color information
#BAE690 (or 0xBAE690) is known color: Sulu. HEX triplet: BA, E6 and 90. RGB value is (186,230,144). Sum of RGB (Red+Green+Blue) = 186+230+144=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 230 (90.23% from 255 or 41.07% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE690 is #45196F. Grayscale: #CFCFCF. Windows color (decimal): -4528496 or 9496250. OLE color: 9496250.
HSL color Cylindrical-coordinate representation of color #BAE690: hue angle of 90.7º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAE690 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 144 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.10 |
| HSL | 90.7º | 0.63% | 0.73% | - |
| HSV(B) | 90.7º | 0.37% | 0.9% | - |
| XYZ | 53.58 | 69.05 | 36.89 | - |
| YUV | 207.04 | 92.42 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 144 | 0.19 | 0 | 0.37 | 0.10 | 90.7 | 0.63 | 0.73 |
| Hex | BA | E6 | 90 | 13 | 0 | 25 | A | 5B | 3F | 49 |
| Octal | 272 | 346 | 220 | 23 | 0 | 45 | 12 | 133 | 77 | 111 |
| Binary | 10111010 | 11100110 | 10010000 | 10011 | 0 | 100101 | 1010 | 1011011 | 111111 | 1001001 |
Color Harmonies of #BAE690
Complementary color
Monochromatic Colors of #BAE690
Black with #BAE690
Text Example
Text Example
White with #BAE690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE690; }
p { color: rgb(186,230,144); }
H1.HeaderClassName
{
color: #BAE690;
}
.AnyTagClassName
{
color: #BAE690;
}
</style>
background-color css
<style>
a { background-color: #BAE690; }
a { background-color: rgb(186,230,144); }
div.DivClassName
{
background-color: #BAE690;
}
.BgClassName
{
background-color: #BAE690;
}
</style>
border-color css
<style>
span { border-color: #BAE690; }
span { border-color: rgb(186,230,144); }
td.TdClassName
{
border-color: #BAE690;
}
.TagClassName
{
border-color: #BAE690;
}
</style>