Shades of Conifer #BAE046
Tints of Conifer #BAE046
RGB
CMYK
RGB Variations
Color information
#BAE046 (or 0xBAE046) is known color: Conifer. HEX triplet: BA, E0 and 46. RGB value is (186,224,70). Sum of RGB (Red+Green+Blue) = 186+224+70=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 70 (27.73% from 255 or 14.58% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE046 is #451FB9. Grayscale: #C3C3C3. Windows color (decimal): -4530106 or 4645050. OLE color: 4645050.
HSL color Cylindrical-coordinate representation of color #BAE046: hue angle of 74.81º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAE046 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 70 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.12 |
| HSL | 74.81º | 0.71% | 0.58% | - |
| HSV(B) | 74.81º | 0.69% | 0.88% | - |
| XYZ | 48.01 | 64.19 | 15.65 | - |
| YUV | 195.08 | 57.41 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 70 | 0.17 | 0 | 0.69 | 0.12 | 74.81 | 0.71 | 0.58 |
| Hex | BA | E0 | 46 | 11 | 0 | 45 | C | 4B | 47 | 3A |
| Octal | 272 | 340 | 106 | 21 | 0 | 105 | 14 | 113 | 107 | 72 |
| Binary | 10111010 | 11100000 | 1000110 | 10001 | 0 | 1000101 | 1100 | 1001011 | 1000111 | 111010 |
Color Harmonies of #BAE046
Complementary color
Monochromatic Colors of #BAE046
Black with #BAE046
Text Example
Text Example
White with #BAE046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE046; }
p { color: rgb(186,224,70); }
H1.HeaderClassName
{
color: #BAE046;
}
.AnyTagClassName
{
color: #BAE046;
}
</style>
background-color css
<style>
a { background-color: #BAE046; }
a { background-color: rgb(186,224,70); }
div.DivClassName
{
background-color: #BAE046;
}
.BgClassName
{
background-color: #BAE046;
}
</style>
border-color css
<style>
span { border-color: #BAE046; }
span { border-color: rgb(186,224,70); }
td.TdClassName
{
border-color: #BAE046;
}
.TagClassName
{
border-color: #BAE046;
}
</style>