Shades of Conifer #BAE24A
Tints of Conifer #BAE24A
RGB
CMYK
RGB Variations
Color information
#BAE24A (or 0xBAE24A) is known color: Conifer. HEX triplet: BA, E2 and 4A. RGB value is (186,226,74). Sum of RGB (Red+Green+Blue) = 186+226+74=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE24A is #451DB5. Grayscale: #C5C5C5. Windows color (decimal): -4529590 or 4907706. OLE color: 4907706.
HSL color Cylindrical-coordinate representation of color #BAE24A: hue angle of 75.79º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAE24A is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 74 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.11 |
| HSL | 75.79º | 0.72% | 0.59% | - |
| HSV(B) | 75.79º | 0.67% | 0.89% | - |
| XYZ | 48.68 | 65.33 | 16.52 | - |
| YUV | 196.71 | 58.75 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 74 | 0.18 | 0 | 0.67 | 0.11 | 75.79 | 0.72 | 0.59 |
| Hex | BA | E2 | 4A | 12 | 0 | 43 | B | 4C | 48 | 3B |
| Octal | 272 | 342 | 112 | 22 | 0 | 103 | 13 | 114 | 110 | 73 |
| Binary | 10111010 | 11100010 | 1001010 | 10010 | 0 | 1000011 | 1011 | 1001100 | 1001000 | 111011 |
Color Harmonies of #BAE24A
Complementary color
Monochromatic Colors of #BAE24A
Black with #BAE24A
Text Example
Text Example
White with #BAE24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE24A; }
p { color: rgb(186,226,74); }
H1.HeaderClassName
{
color: #BAE24A;
}
.AnyTagClassName
{
color: #BAE24A;
}
</style>
background-color css
<style>
a { background-color: #BAE24A; }
a { background-color: rgb(186,226,74); }
div.DivClassName
{
background-color: #BAE24A;
}
.BgClassName
{
background-color: #BAE24A;
}
</style>
border-color css
<style>
span { border-color: #BAE24A; }
span { border-color: rgb(186,226,74); }
td.TdClassName
{
border-color: #BAE24A;
}
.TagClassName
{
border-color: #BAE24A;
}
</style>