Shades of Sulu #BAE185
Tints of Sulu #BAE185
RGB
CMYK
RGB Variations
Color information
#BAE185 (or 0xBAE185) is known color: Sulu. HEX triplet: BA, E1 and 85. RGB value is (186,225,133). Sum of RGB (Red+Green+Blue) = 186+225+133=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE185 is #451E7A. Grayscale: #CBCBCB. Windows color (decimal): -4529787 or 8774074. OLE color: 8774074.
HSL color Cylindrical-coordinate representation of color #BAE185: hue angle of 85.43º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAE185 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 133 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.12 |
| HSL | 85.43º | 0.61% | 0.7% | - |
| HSV(B) | 85.43º | 0.41% | 0.88% | - |
| XYZ | 51.41 | 65.98 | 32.22 | - |
| YUV | 202.85 | 88.58 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 133 | 0.17 | 0 | 0.41 | 0.12 | 85.43 | 0.61 | 0.7 |
| Hex | BA | E1 | 85 | 11 | 0 | 29 | C | 55 | 3D | 46 |
| Octal | 272 | 341 | 205 | 21 | 0 | 51 | 14 | 125 | 75 | 106 |
| Binary | 10111010 | 11100001 | 10000101 | 10001 | 0 | 101001 | 1100 | 1010101 | 111101 | 1000110 |
Color Harmonies of #BAE185
Complementary color
Monochromatic Colors of #BAE185
Black with #BAE185
Text Example
Text Example
White with #BAE185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE185; }
p { color: rgb(186,225,133); }
H1.HeaderClassName
{
color: #BAE185;
}
.AnyTagClassName
{
color: #BAE185;
}
</style>
background-color css
<style>
a { background-color: #BAE185; }
a { background-color: rgb(186,225,133); }
div.DivClassName
{
background-color: #BAE185;
}
.BgClassName
{
background-color: #BAE185;
}
</style>
border-color css
<style>
span { border-color: #BAE185; }
span { border-color: rgb(186,225,133); }
td.TdClassName
{
border-color: #BAE185;
}
.TagClassName
{
border-color: #BAE185;
}
</style>