Shades of Conifer #BAE44D
Tints of Conifer #BAE44D
RGB
CMYK
RGB Variations
Color information
#BAE44D (or 0xBAE44D) is known color: Conifer. HEX triplet: BA, E4 and 4D. RGB value is (186,228,77). Sum of RGB (Red+Green+Blue) = 186+228+77=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE44D is #451BB2. Grayscale: #C6C6C6. Windows color (decimal): -4529075 or 5104826. OLE color: 5104826.
HSL color Cylindrical-coordinate representation of color #BAE44D: hue angle of 76.69º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAE44D is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 77 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.11 |
| HSL | 76.69º | 0.74% | 0.6% | - |
| HSV(B) | 76.69º | 0.66% | 0.89% | - |
| XYZ | 49.33 | 66.46 | 17.25 | - |
| YUV | 198.23 | 59.59 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 77 | 0.18 | 0 | 0.66 | 0.11 | 76.69 | 0.74 | 0.6 |
| Hex | BA | E4 | 4D | 12 | 0 | 42 | B | 4D | 4A | 3C |
| Octal | 272 | 344 | 115 | 22 | 0 | 102 | 13 | 115 | 112 | 74 |
| Binary | 10111010 | 11100100 | 1001101 | 10010 | 0 | 1000010 | 1011 | 1001101 | 1001010 | 111100 |
Color Harmonies of #BAE44D
Complementary color
Monochromatic Colors of #BAE44D
Black with #BAE44D
Text Example
Text Example
White with #BAE44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE44D; }
p { color: rgb(186,228,77); }
H1.HeaderClassName
{
color: #BAE44D;
}
.AnyTagClassName
{
color: #BAE44D;
}
</style>
background-color css
<style>
a { background-color: #BAE44D; }
a { background-color: rgb(186,228,77); }
div.DivClassName
{
background-color: #BAE44D;
}
.BgClassName
{
background-color: #BAE44D;
}
</style>
border-color css
<style>
span { border-color: #BAE44D; }
span { border-color: rgb(186,228,77); }
td.TdClassName
{
border-color: #BAE44D;
}
.TagClassName
{
border-color: #BAE44D;
}
</style>