Shades of Sulu #BAE28B
Tints of Sulu #BAE28B
RGB
CMYK
RGB Variations
Color information
#BAE28B (or 0xBAE28B) is known color: Sulu. HEX triplet: BA, E2 and 8B. RGB value is (186,226,139). Sum of RGB (Red+Green+Blue) = 186+226+139=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 226 (88.67% from 255 or 41.02% from 551); Blue value is 139 (54.69% from 255 or 25.23% from 551); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE28B is #451D74. Grayscale: #CCCCCC. Windows color (decimal): -4529525 or 9167546. OLE color: 9167546.
HSL color Cylindrical-coordinate representation of color #BAE28B: hue angle of 87.59º 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 #BAE28B is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 139 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.11 |
| HSL | 87.59º | 0.6% | 0.72% | - |
| HSV(B) | 87.59º | 0.38% | 0.89% | - |
| XYZ | 52.11 | 66.7 | 34.55 | - |
| YUV | 204.12 | 91.25 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 139 | 0.18 | 0 | 0.38 | 0.11 | 87.59 | 0.6 | 0.72 |
| Hex | BA | E2 | 8B | 12 | 0 | 26 | B | 58 | 3C | 48 |
| Octal | 272 | 342 | 213 | 22 | 0 | 46 | 13 | 130 | 74 | 110 |
| Binary | 10111010 | 11100010 | 10001011 | 10010 | 0 | 100110 | 1011 | 1011000 | 111100 | 1001000 |
Color Harmonies of #BAE28B
Complementary color
Monochromatic Colors of #BAE28B
Black with #BAE28B
Text Example
Text Example
White with #BAE28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE28B; }
p { color: rgb(186,226,139); }
H1.HeaderClassName
{
color: #BAE28B;
}
.AnyTagClassName
{
color: #BAE28B;
}
</style>
background-color css
<style>
a { background-color: #BAE28B; }
a { background-color: rgb(186,226,139); }
div.DivClassName
{
background-color: #BAE28B;
}
.BgClassName
{
background-color: #BAE28B;
}
</style>
border-color css
<style>
span { border-color: #BAE28B; }
span { border-color: rgb(186,226,139); }
td.TdClassName
{
border-color: #BAE28B;
}
.TagClassName
{
border-color: #BAE28B;
}
</style>