Shades of Sulu #BAE084
Tints of Sulu #BAE084
RGB
CMYK
RGB Variations
Color information
#BAE084 (or 0xBAE084) is known color: Sulu. HEX triplet: BA, E0 and 84. RGB value is (186,224,132). Sum of RGB (Red+Green+Blue) = 186+224+132=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 132 (51.95% from 255 or 24.35% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE084 is #451F7B. Grayscale: #CACACA. Windows color (decimal): -4530044 or 8708282. OLE color: 8708282.
HSL color Cylindrical-coordinate representation of color #BAE084: hue angle of 84.78º degrees, saturation: 0.6, 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 #BAE084 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 132 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.12 |
| HSL | 84.78º | 0.6% | 0.7% | - |
| HSV(B) | 84.78º | 0.41% | 0.88% | - |
| XYZ | 51.07 | 65.42 | 31.76 | - |
| YUV | 202.15 | 88.41 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 132 | 0.17 | 0 | 0.41 | 0.12 | 84.78 | 0.6 | 0.7 |
| Hex | BA | E0 | 84 | 11 | 0 | 29 | C | 55 | 3C | 46 |
| Octal | 272 | 340 | 204 | 21 | 0 | 51 | 14 | 125 | 74 | 106 |
| Binary | 10111010 | 11100000 | 10000100 | 10001 | 0 | 101001 | 1100 | 1010101 | 111100 | 1000110 |
Color Harmonies of #BAE084
Complementary color
Monochromatic Colors of #BAE084
Black with #BAE084
Text Example
Text Example
White with #BAE084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE084; }
p { color: rgb(186,224,132); }
H1.HeaderClassName
{
color: #BAE084;
}
.AnyTagClassName
{
color: #BAE084;
}
</style>
background-color css
<style>
a { background-color: #BAE084; }
a { background-color: rgb(186,224,132); }
div.DivClassName
{
background-color: #BAE084;
}
.BgClassName
{
background-color: #BAE084;
}
</style>
border-color css
<style>
span { border-color: #BAE084; }
span { border-color: rgb(186,224,132); }
td.TdClassName
{
border-color: #BAE084;
}
.TagClassName
{
border-color: #BAE084;
}
</style>