Shades of Conifer #BAE24C
Tints of Conifer #BAE24C
RGB
CMYK
RGB Variations
Color information
#BAE24C (or 0xBAE24C) is known color: Conifer. HEX triplet: BA, E2 and 4C. RGB value is (186,226,76). Sum of RGB (Red+Green+Blue) = 186+226+76=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 76 (30.08% from 255 or 15.57% from 488); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE24C is #451DB3. Grayscale: #C5C5C5. Windows color (decimal): -4529588 or 5038778. OLE color: 5038778.
HSL color Cylindrical-coordinate representation of color #BAE24C: hue angle of 76º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAE24C is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 76 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.11 |
| HSL | 76º | 0.72% | 0.59% | - |
| HSV(B) | 76º | 0.66% | 0.89% | - |
| XYZ | 48.75 | 65.35 | 16.88 | - |
| YUV | 196.94 | 59.75 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 76 | 0.18 | 0 | 0.66 | 0.11 | 76 | 0.72 | 0.59 |
| Hex | BA | E2 | 4C | 12 | 0 | 42 | B | 4C | 48 | 3B |
| Octal | 272 | 342 | 114 | 22 | 0 | 102 | 13 | 114 | 110 | 73 |
| Binary | 10111010 | 11100010 | 1001100 | 10010 | 0 | 1000010 | 1011 | 1001100 | 1001000 | 111011 |
Color Harmonies of #BAE24C
Complementary color
Monochromatic Colors of #BAE24C
Black with #BAE24C
Text Example
Text Example
White with #BAE24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE24C; }
p { color: rgb(186,226,76); }
H1.HeaderClassName
{
color: #BAE24C;
}
.AnyTagClassName
{
color: #BAE24C;
}
</style>
background-color css
<style>
a { background-color: #BAE24C; }
a { background-color: rgb(186,226,76); }
div.DivClassName
{
background-color: #BAE24C;
}
.BgClassName
{
background-color: #BAE24C;
}
</style>
border-color css
<style>
span { border-color: #BAE24C; }
span { border-color: rgb(186,226,76); }
td.TdClassName
{
border-color: #BAE24C;
}
.TagClassName
{
border-color: #BAE24C;
}
</style>