Shades of Sulu #BAE080
Tints of Sulu #BAE080
RGB
CMYK
RGB Variations
Color information
#BAE080 (or 0xBAE080) is known color: Sulu. HEX triplet: BA, E0 and 80. RGB value is (186,224,128). Sum of RGB (Red+Green+Blue) = 186+224+128=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE080 is #451F7F. Grayscale: #CACACA. Windows color (decimal): -4530048 or 8446138. OLE color: 8446138.
HSL color Cylindrical-coordinate representation of color #BAE080: hue angle of 83.75º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAE080 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 128 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.12 |
| HSL | 83.75º | 0.61% | 0.69% | - |
| HSV(B) | 83.75º | 0.43% | 0.88% | - |
| XYZ | 50.8 | 65.31 | 30.35 | - |
| YUV | 201.69 | 86.41 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 128 | 0.17 | 0 | 0.43 | 0.12 | 83.75 | 0.61 | 0.69 |
| Hex | BA | E0 | 80 | 11 | 0 | 2B | C | 54 | 3D | 45 |
| Octal | 272 | 340 | 200 | 21 | 0 | 53 | 14 | 124 | 75 | 105 |
| Binary | 10111010 | 11100000 | 10000000 | 10001 | 0 | 101011 | 1100 | 1010100 | 111101 | 1000101 |
Color Harmonies of #BAE080
Complementary color
Monochromatic Colors of #BAE080
Black with #BAE080
Text Example
Text Example
White with #BAE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE080; }
p { color: rgb(186,224,128); }
H1.HeaderClassName
{
color: #BAE080;
}
.AnyTagClassName
{
color: #BAE080;
}
</style>
background-color css
<style>
a { background-color: #BAE080; }
a { background-color: rgb(186,224,128); }
div.DivClassName
{
background-color: #BAE080;
}
.BgClassName
{
background-color: #BAE080;
}
</style>
border-color css
<style>
span { border-color: #BAE080; }
span { border-color: rgb(186,224,128); }
td.TdClassName
{
border-color: #BAE080;
}
.TagClassName
{
border-color: #BAE080;
}
</style>