Shades of Sulu #BAE18C
Tints of Sulu #BAE18C
RGB
CMYK
RGB Variations
Color information
#BAE18C (or 0xBAE18C) is known color: Sulu. HEX triplet: BA, E1 and 8C. RGB value is (186,225,140). Sum of RGB (Red+Green+Blue) = 186+225+140=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 225 (88.28% from 255 or 40.83% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE18C is #451E73. Grayscale: #CBCBCB. Windows color (decimal): -4529780 or 9232826. OLE color: 9232826.
HSL color Cylindrical-coordinate representation of color #BAE18C: hue angle of 87.53º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAE18C is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 140 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.12 |
| HSL | 87.53º | 0.59% | 0.72% | - |
| HSV(B) | 87.53º | 0.38% | 0.88% | - |
| XYZ | 51.91 | 66.18 | 34.85 | - |
| YUV | 203.65 | 92.08 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 140 | 0.17 | 0 | 0.38 | 0.12 | 87.53 | 0.59 | 0.72 |
| Hex | BA | E1 | 8C | 11 | 0 | 26 | C | 58 | 3B | 48 |
| Octal | 272 | 341 | 214 | 21 | 0 | 46 | 14 | 130 | 73 | 110 |
| Binary | 10111010 | 11100001 | 10001100 | 10001 | 0 | 100110 | 1100 | 1011000 | 111011 | 1001000 |
Color Harmonies of #BAE18C
Complementary color
Monochromatic Colors of #BAE18C
Black with #BAE18C
Text Example
Text Example
White with #BAE18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE18C; }
p { color: rgb(186,225,140); }
H1.HeaderClassName
{
color: #BAE18C;
}
.AnyTagClassName
{
color: #BAE18C;
}
</style>
background-color css
<style>
a { background-color: #BAE18C; }
a { background-color: rgb(186,225,140); }
div.DivClassName
{
background-color: #BAE18C;
}
.BgClassName
{
background-color: #BAE18C;
}
</style>
border-color css
<style>
span { border-color: #BAE18C; }
span { border-color: rgb(186,225,140); }
td.TdClassName
{
border-color: #BAE18C;
}
.TagClassName
{
border-color: #BAE18C;
}
</style>