Shades of Sulu #BAE182
Tints of Sulu #BAE182
RGB
CMYK
RGB Variations
Color information
#BAE182 (or 0xBAE182) is known color: Sulu. HEX triplet: BA, E1 and 82. RGB value is (186,225,130). Sum of RGB (Red+Green+Blue) = 186+225+130=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 130 (51.17% from 255 or 24.03% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE182 is #451E7D. Grayscale: #CACACA. Windows color (decimal): -4529790 or 8577466. OLE color: 8577466.
HSL color Cylindrical-coordinate representation of color #BAE182: hue angle of 84.63º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAE182 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 130 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.12 |
| HSL | 84.63º | 0.61% | 0.7% | - |
| HSV(B) | 84.63º | 0.42% | 0.88% | - |
| XYZ | 51.2 | 65.9 | 31.14 | - |
| YUV | 202.51 | 87.08 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 130 | 0.17 | 0 | 0.42 | 0.12 | 84.63 | 0.61 | 0.7 |
| Hex | BA | E1 | 82 | 11 | 0 | 2A | C | 55 | 3D | 46 |
| Octal | 272 | 341 | 202 | 21 | 0 | 52 | 14 | 125 | 75 | 106 |
| Binary | 10111010 | 11100001 | 10000010 | 10001 | 0 | 101010 | 1100 | 1010101 | 111101 | 1000110 |
Color Harmonies of #BAE182
Complementary color
Monochromatic Colors of #BAE182
Black with #BAE182
Text Example
Text Example
White with #BAE182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE182; }
p { color: rgb(186,225,130); }
H1.HeaderClassName
{
color: #BAE182;
}
.AnyTagClassName
{
color: #BAE182;
}
</style>
background-color css
<style>
a { background-color: #BAE182; }
a { background-color: rgb(186,225,130); }
div.DivClassName
{
background-color: #BAE182;
}
.BgClassName
{
background-color: #BAE182;
}
</style>
border-color css
<style>
span { border-color: #BAE182; }
span { border-color: rgb(186,225,130); }
td.TdClassName
{
border-color: #BAE182;
}
.TagClassName
{
border-color: #BAE182;
}
</style>