Shades of Conifer #BAE24D
Tints of Conifer #BAE24D
RGB
CMYK
RGB Variations
Color information
#BAE24D (or 0xBAE24D) is known color: Conifer. HEX triplet: BA, E2 and 4D. RGB value is (186,226,77). Sum of RGB (Red+Green+Blue) = 186+226+77=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE24D is #451DB2. Grayscale: #C5C5C5. Windows color (decimal): -4529587 or 5104314. OLE color: 5104314.
HSL color Cylindrical-coordinate representation of color #BAE24D: hue angle of 76.11º 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 #BAE24D is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 77 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.11 |
| HSL | 76.11º | 0.72% | 0.59% | - |
| HSV(B) | 76.11º | 0.66% | 0.89% | - |
| XYZ | 48.79 | 65.37 | 17.07 | - |
| YUV | 197.05 | 60.25 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 77 | 0.18 | 0 | 0.66 | 0.11 | 76.11 | 0.72 | 0.59 |
| Hex | BA | E2 | 4D | 12 | 0 | 42 | B | 4C | 48 | 3B |
| Octal | 272 | 342 | 115 | 22 | 0 | 102 | 13 | 114 | 110 | 73 |
| Binary | 10111010 | 11100010 | 1001101 | 10010 | 0 | 1000010 | 1011 | 1001100 | 1001000 | 111011 |
Color Harmonies of #BAE24D
Complementary color
Monochromatic Colors of #BAE24D
Black with #BAE24D
Text Example
Text Example
White with #BAE24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE24D; }
p { color: rgb(186,226,77); }
H1.HeaderClassName
{
color: #BAE24D;
}
.AnyTagClassName
{
color: #BAE24D;
}
</style>
background-color css
<style>
a { background-color: #BAE24D; }
a { background-color: rgb(186,226,77); }
div.DivClassName
{
background-color: #BAE24D;
}
.BgClassName
{
background-color: #BAE24D;
}
</style>
border-color css
<style>
span { border-color: #BAE24D; }
span { border-color: rgb(186,226,77); }
td.TdClassName
{
border-color: #BAE24D;
}
.TagClassName
{
border-color: #BAE24D;
}
</style>