Shades of Conifer #BAE043
Tints of Conifer #BAE043
RGB
CMYK
RGB Variations
Color information
#BAE043 (or 0xBAE043) is known color: Conifer. HEX triplet: BA, E0 and 43. RGB value is (186,224,67). Sum of RGB (Red+Green+Blue) = 186+224+67=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 67 (26.56% from 255 or 14.05% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE043 is #451FBC. Grayscale: #C3C3C3. Windows color (decimal): -4530109 or 4448442. OLE color: 4448442.
HSL color Cylindrical-coordinate representation of color #BAE043: hue angle of 74.52º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAE043 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 67 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.12 |
| HSL | 74.52º | 0.72% | 0.57% | - |
| HSV(B) | 74.52º | 0.7% | 0.88% | - |
| XYZ | 47.92 | 64.16 | 15.17 | - |
| YUV | 194.74 | 55.91 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 67 | 0.17 | 0 | 0.70 | 0.12 | 74.52 | 0.72 | 0.57 |
| Hex | BA | E0 | 43 | 11 | 0 | 46 | C | 4B | 48 | 39 |
| Octal | 272 | 340 | 103 | 21 | 0 | 106 | 14 | 113 | 110 | 71 |
| Binary | 10111010 | 11100000 | 1000011 | 10001 | 0 | 1000110 | 1100 | 1001011 | 1001000 | 111001 |
Color Harmonies of #BAE043
Complementary color
Monochromatic Colors of #BAE043
Black with #BAE043
Text Example
Text Example
White with #BAE043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE043; }
p { color: rgb(186,224,67); }
H1.HeaderClassName
{
color: #BAE043;
}
.AnyTagClassName
{
color: #BAE043;
}
</style>
background-color css
<style>
a { background-color: #BAE043; }
a { background-color: rgb(186,224,67); }
div.DivClassName
{
background-color: #BAE043;
}
.BgClassName
{
background-color: #BAE043;
}
</style>
border-color css
<style>
span { border-color: #BAE043; }
span { border-color: rgb(186,224,67); }
td.TdClassName
{
border-color: #BAE043;
}
.TagClassName
{
border-color: #BAE043;
}
</style>