Shades of Sulu #BAE27C
Tints of Sulu #BAE27C
RGB
CMYK
RGB Variations
Color information
#BAE27C (or 0xBAE27C) is known color: Sulu. HEX triplet: BA, E2 and 7C. RGB value is (186,226,124). Sum of RGB (Red+Green+Blue) = 186+226+124=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE27C is #451D83. Grayscale: #CACACA. Windows color (decimal): -4529540 or 8184506. OLE color: 8184506.
HSL color Cylindrical-coordinate representation of color #BAE27C: hue angle of 83.53º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAE27C is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 124 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.11 |
| HSL | 83.53º | 0.64% | 0.69% | - |
| HSV(B) | 83.53º | 0.45% | 0.89% | - |
| XYZ | 51.08 | 66.29 | 29.17 | - |
| YUV | 202.41 | 83.75 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 124 | 0.18 | 0 | 0.45 | 0.11 | 83.53 | 0.64 | 0.69 |
| Hex | BA | E2 | 7C | 12 | 0 | 2D | B | 54 | 40 | 45 |
| Octal | 272 | 342 | 174 | 22 | 0 | 55 | 13 | 124 | 100 | 105 |
| Binary | 10111010 | 11100010 | 1111100 | 10010 | 0 | 101101 | 1011 | 1010100 | 1000000 | 1000101 |
Color Harmonies of #BAE27C
Complementary color
Monochromatic Colors of #BAE27C
Black with #BAE27C
Text Example
Text Example
White with #BAE27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE27C; }
p { color: rgb(186,226,124); }
H1.HeaderClassName
{
color: #BAE27C;
}
.AnyTagClassName
{
color: #BAE27C;
}
</style>
background-color css
<style>
a { background-color: #BAE27C; }
a { background-color: rgb(186,226,124); }
div.DivClassName
{
background-color: #BAE27C;
}
.BgClassName
{
background-color: #BAE27C;
}
</style>
border-color css
<style>
span { border-color: #BAE27C; }
span { border-color: rgb(186,226,124); }
td.TdClassName
{
border-color: #BAE27C;
}
.TagClassName
{
border-color: #BAE27C;
}
</style>