Shades of Green Yellow #BAEC2C
Tints of Green Yellow #BAEC2C
RGB
CMYK
RGB Variations
Color information
#BAEC2C (or 0xBAEC2C) is known color: Green Yellow. HEX triplet: BA, EC and 2C. RGB value is (186,236,44). Sum of RGB (Red+Green+Blue) = 186+236+44=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 236 (92.58% from 255 or 50.64% from 466); Blue value is 44 (17.58% from 255 or 9.44% from 466); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEC2C is #4513D3. Grayscale: #C7C7C7. Windows color (decimal): -4527060 or 2944186. OLE color: 2944186.
HSL color Cylindrical-coordinate representation of color #BAEC2C: hue angle of 75.63º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAEC2C is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 44 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.07 |
| HSL | 75.63º | 0.83% | 0.55% | - |
| HSV(B) | 75.63º | 0.81% | 0.93% | - |
| XYZ | 50.7 | 70.61 | 13.34 | - |
| YUV | 199.16 | 40.44 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 44 | 0.21 | 0 | 0.81 | 0.07 | 75.63 | 0.83 | 0.55 |
| Hex | BA | EC | 2C | 15 | 0 | 51 | 7 | 4C | 53 | 37 |
| Octal | 272 | 354 | 54 | 25 | 0 | 121 | 7 | 114 | 123 | 67 |
| Binary | 10111010 | 11101100 | 101100 | 10101 | 0 | 1010001 | 111 | 1001100 | 1010011 | 110111 |
Color Harmonies of #BAEC2C
Complementary color
Monochromatic Colors of #BAEC2C
Black with #BAEC2C
Text Example
Text Example
White with #BAEC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEC2C; }
p { color: rgb(186,236,44); }
H1.HeaderClassName
{
color: #BAEC2C;
}
.AnyTagClassName
{
color: #BAEC2C;
}
</style>
background-color css
<style>
a { background-color: #BAEC2C; }
a { background-color: rgb(186,236,44); }
div.DivClassName
{
background-color: #BAEC2C;
}
.BgClassName
{
background-color: #BAEC2C;
}
</style>
border-color css
<style>
span { border-color: #BAEC2C; }
span { border-color: rgb(186,236,44); }
td.TdClassName
{
border-color: #BAEC2C;
}
.TagClassName
{
border-color: #BAEC2C;
}
</style>