Shades of Sulu #BAE575
Tints of Sulu #BAE575
RGB
CMYK
RGB Variations
Color information
#BAE575 (or 0xBAE575) is known color: Sulu. HEX triplet: BA, E5 and 75. RGB value is (186,229,117). Sum of RGB (Red+Green+Blue) = 186+229+117=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 229 (89.84% from 255 or 43.05% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE575 is #451A8A. Grayscale: #CBCBCB. Windows color (decimal): -4528779 or 7726522. OLE color: 7726522.
HSL color Cylindrical-coordinate representation of color #BAE575: hue angle of 83.04º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAE575 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 117 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.10 |
| HSL | 83.04º | 0.68% | 0.68% | - |
| HSV(B) | 83.04º | 0.49% | 0.9% | - |
| XYZ | 51.48 | 67.76 | 27.2 | - |
| YUV | 203.38 | 79.25 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 117 | 0.19 | 0 | 0.49 | 0.10 | 83.04 | 0.68 | 0.68 |
| Hex | BA | E5 | 75 | 13 | 0 | 31 | A | 53 | 44 | 44 |
| Octal | 272 | 345 | 165 | 23 | 0 | 61 | 12 | 123 | 104 | 104 |
| Binary | 10111010 | 11100101 | 1110101 | 10011 | 0 | 110001 | 1010 | 1010011 | 1000100 | 1000100 |
Color Harmonies of #BAE575
Complementary color
Monochromatic Colors of #BAE575
Black with #BAE575
Text Example
Text Example
White with #BAE575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE575; }
p { color: rgb(186,229,117); }
H1.HeaderClassName
{
color: #BAE575;
}
.AnyTagClassName
{
color: #BAE575;
}
</style>
background-color css
<style>
a { background-color: #BAE575; }
a { background-color: rgb(186,229,117); }
div.DivClassName
{
background-color: #BAE575;
}
.BgClassName
{
background-color: #BAE575;
}
</style>
border-color css
<style>
span { border-color: #BAE575; }
span { border-color: rgb(186,229,117); }
td.TdClassName
{
border-color: #BAE575;
}
.TagClassName
{
border-color: #BAE575;
}
</style>