Shades of Sulu #BAE585
Tints of Sulu #BAE585
RGB
CMYK
RGB Variations
Color information
#BAE585 (or 0xBAE585) is known color: Sulu. HEX triplet: BA, E5 and 85. RGB value is (186,229,133). Sum of RGB (Red+Green+Blue) = 186+229+133=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 229 (89.84% from 255 or 41.79% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE585 is #451A7A. Grayscale: #CDCDCD. Windows color (decimal): -4528763 or 8775098. OLE color: 8775098.
HSL color Cylindrical-coordinate representation of color #BAE585: hue angle of 86.88º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAE585 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 133 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.10 |
| HSL | 86.88º | 0.65% | 0.71% | - |
| HSV(B) | 86.88º | 0.42% | 0.9% | - |
| XYZ | 52.5 | 68.17 | 32.58 | - |
| YUV | 205.2 | 87.25 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 133 | 0.19 | 0 | 0.42 | 0.10 | 86.88 | 0.65 | 0.71 |
| Hex | BA | E5 | 85 | 13 | 0 | 2A | A | 57 | 41 | 47 |
| Octal | 272 | 345 | 205 | 23 | 0 | 52 | 12 | 127 | 101 | 107 |
| Binary | 10111010 | 11100101 | 10000101 | 10011 | 0 | 101010 | 1010 | 1010111 | 1000001 | 1000111 |
Color Harmonies of #BAE585
Complementary color
Monochromatic Colors of #BAE585
Black with #BAE585
Text Example
Text Example
White with #BAE585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE585; }
p { color: rgb(186,229,133); }
H1.HeaderClassName
{
color: #BAE585;
}
.AnyTagClassName
{
color: #BAE585;
}
</style>
background-color css
<style>
a { background-color: #BAE585; }
a { background-color: rgb(186,229,133); }
div.DivClassName
{
background-color: #BAE585;
}
.BgClassName
{
background-color: #BAE585;
}
</style>
border-color css
<style>
span { border-color: #BAE585; }
span { border-color: rgb(186,229,133); }
td.TdClassName
{
border-color: #BAE585;
}
.TagClassName
{
border-color: #BAE585;
}
</style>