Shades of Sulu #BAE08A
Tints of Sulu #BAE08A
RGB
CMYK
RGB Variations
Color information
#BAE08A (or 0xBAE08A) is known color: Sulu. HEX triplet: BA, E0 and 8A. RGB value is (186,224,138). Sum of RGB (Red+Green+Blue) = 186+224+138=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 224 (87.89% from 255 or 40.88% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE08A is #451F75. Grayscale: #CBCBCB. Windows color (decimal): -4530038 or 9101498. OLE color: 9101498.
HSL color Cylindrical-coordinate representation of color #BAE08A: hue angle of 86.51º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAE08A is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 138 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.12 |
| HSL | 86.51º | 0.58% | 0.71% | - |
| HSV(B) | 86.51º | 0.38% | 0.88% | - |
| XYZ | 51.49 | 65.59 | 33.99 | - |
| YUV | 202.83 | 91.41 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 138 | 0.17 | 0 | 0.38 | 0.12 | 86.51 | 0.58 | 0.71 |
| Hex | BA | E0 | 8A | 11 | 0 | 26 | C | 57 | 3A | 47 |
| Octal | 272 | 340 | 212 | 21 | 0 | 46 | 14 | 127 | 72 | 107 |
| Binary | 10111010 | 11100000 | 10001010 | 10001 | 0 | 100110 | 1100 | 1010111 | 111010 | 1000111 |
Color Harmonies of #BAE08A
Complementary color
Monochromatic Colors of #BAE08A
Black with #BAE08A
Text Example
Text Example
White with #BAE08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE08A; }
p { color: rgb(186,224,138); }
H1.HeaderClassName
{
color: #BAE08A;
}
.AnyTagClassName
{
color: #BAE08A;
}
</style>
background-color css
<style>
a { background-color: #BAE08A; }
a { background-color: rgb(186,224,138); }
div.DivClassName
{
background-color: #BAE08A;
}
.BgClassName
{
background-color: #BAE08A;
}
</style>
border-color css
<style>
span { border-color: #BAE08A; }
span { border-color: rgb(186,224,138); }
td.TdClassName
{
border-color: #BAE08A;
}
.TagClassName
{
border-color: #BAE08A;
}
</style>