Shades of Sulu #BAE184
Tints of Sulu #BAE184
RGB
CMYK
RGB Variations
Color information
#BAE184 (or 0xBAE184) is known color: Sulu. HEX triplet: BA, E1 and 84. RGB value is (186,225,132). Sum of RGB (Red+Green+Blue) = 186+225+132=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 132 (51.95% from 255 or 24.31% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE184 is #451E7B. Grayscale: #CBCBCB. Windows color (decimal): -4529788 or 8708538. OLE color: 8708538.
HSL color Cylindrical-coordinate representation of color #BAE184: hue angle of 85.16º 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 #BAE184 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 132 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.12 |
| HSL | 85.16º | 0.61% | 0.7% | - |
| HSV(B) | 85.16º | 0.41% | 0.88% | - |
| XYZ | 51.34 | 65.96 | 31.85 | - |
| YUV | 202.74 | 88.08 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 132 | 0.17 | 0 | 0.41 | 0.12 | 85.16 | 0.61 | 0.7 |
| Hex | BA | E1 | 84 | 11 | 0 | 29 | C | 55 | 3D | 46 |
| Octal | 272 | 341 | 204 | 21 | 0 | 51 | 14 | 125 | 75 | 106 |
| Binary | 10111010 | 11100001 | 10000100 | 10001 | 0 | 101001 | 1100 | 1010101 | 111101 | 1000110 |
Color Harmonies of #BAE184
Complementary color
Monochromatic Colors of #BAE184
Black with #BAE184
Text Example
Text Example
White with #BAE184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE184; }
p { color: rgb(186,225,132); }
H1.HeaderClassName
{
color: #BAE184;
}
.AnyTagClassName
{
color: #BAE184;
}
</style>
background-color css
<style>
a { background-color: #BAE184; }
a { background-color: rgb(186,225,132); }
div.DivClassName
{
background-color: #BAE184;
}
.BgClassName
{
background-color: #BAE184;
}
</style>
border-color css
<style>
span { border-color: #BAE184; }
span { border-color: rgb(186,225,132); }
td.TdClassName
{
border-color: #BAE184;
}
.TagClassName
{
border-color: #BAE184;
}
</style>