Shades of Sulu #BAE28C
Tints of Sulu #BAE28C
RGB
CMYK
RGB Variations
Color information
#BAE28C (or 0xBAE28C) is known color: Sulu. HEX triplet: BA, E2 and 8C. RGB value is (186,226,140). Sum of RGB (Red+Green+Blue) = 186+226+140=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 226 (88.67% from 255 or 40.94% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE28C is #451D73. Grayscale: #CCCCCC. Windows color (decimal): -4529524 or 9233082. OLE color: 9233082.
HSL color Cylindrical-coordinate representation of color #BAE28C: hue angle of 87.91º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAE28C is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 140 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.11 |
| HSL | 87.91º | 0.6% | 0.72% | - |
| HSV(B) | 87.91º | 0.38% | 0.89% | - |
| XYZ | 52.18 | 66.73 | 34.94 | - |
| YUV | 204.24 | 91.75 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 140 | 0.18 | 0 | 0.38 | 0.11 | 87.91 | 0.6 | 0.72 |
| Hex | BA | E2 | 8C | 12 | 0 | 26 | B | 58 | 3C | 48 |
| Octal | 272 | 342 | 214 | 22 | 0 | 46 | 13 | 130 | 74 | 110 |
| Binary | 10111010 | 11100010 | 10001100 | 10010 | 0 | 100110 | 1011 | 1011000 | 111100 | 1001000 |
Color Harmonies of #BAE28C
Complementary color
Monochromatic Colors of #BAE28C
Black with #BAE28C
Text Example
Text Example
White with #BAE28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE28C; }
p { color: rgb(186,226,140); }
H1.HeaderClassName
{
color: #BAE28C;
}
.AnyTagClassName
{
color: #BAE28C;
}
</style>
background-color css
<style>
a { background-color: #BAE28C; }
a { background-color: rgb(186,226,140); }
div.DivClassName
{
background-color: #BAE28C;
}
.BgClassName
{
background-color: #BAE28C;
}
</style>
border-color css
<style>
span { border-color: #BAE28C; }
span { border-color: rgb(186,226,140); }
td.TdClassName
{
border-color: #BAE28C;
}
.TagClassName
{
border-color: #BAE28C;
}
</style>