Shades of Sulu #BAE573
Tints of Sulu #BAE573
RGB
CMYK
RGB Variations
Color information
#BAE573 (or 0xBAE573) is known color: Sulu. HEX triplet: BA, E5 and 73. RGB value is (186,229,115). Sum of RGB (Red+Green+Blue) = 186+229+115=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE573 is #451A8C. Grayscale: #CBCBCB. Windows color (decimal): -4528781 or 7595450. OLE color: 7595450.
HSL color Cylindrical-coordinate representation of color #BAE573: hue angle of 82.63º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAE573 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 115 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.10 |
| HSL | 82.63º | 0.69% | 0.67% | - |
| HSV(B) | 82.63º | 0.5% | 0.9% | - |
| XYZ | 51.36 | 67.72 | 26.58 | - |
| YUV | 203.15 | 78.25 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 115 | 0.19 | 0 | 0.50 | 0.10 | 82.63 | 0.69 | 0.67 |
| Hex | BA | E5 | 73 | 13 | 0 | 32 | A | 53 | 45 | 43 |
| Octal | 272 | 345 | 163 | 23 | 0 | 62 | 12 | 123 | 105 | 103 |
| Binary | 10111010 | 11100101 | 1110011 | 10011 | 0 | 110010 | 1010 | 1010011 | 1000101 | 1000011 |
Color Harmonies of #BAE573
Complementary color
Monochromatic Colors of #BAE573
Black with #BAE573
Text Example
Text Example
White with #BAE573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE573; }
p { color: rgb(186,229,115); }
H1.HeaderClassName
{
color: #BAE573;
}
.AnyTagClassName
{
color: #BAE573;
}
</style>
background-color css
<style>
a { background-color: #BAE573; }
a { background-color: rgb(186,229,115); }
div.DivClassName
{
background-color: #BAE573;
}
.BgClassName
{
background-color: #BAE573;
}
</style>
border-color css
<style>
span { border-color: #BAE573; }
span { border-color: rgb(186,229,115); }
td.TdClassName
{
border-color: #BAE573;
}
.TagClassName
{
border-color: #BAE573;
}
</style>