Shades of Conifer #BAE842
Tints of Conifer #BAE842
RGB
CMYK
RGB Variations
Color information
#BAE842 (or 0xBAE842) is known color: Conifer. HEX triplet: BA, E8 and 42. RGB value is (186,232,66). Sum of RGB (Red+Green+Blue) = 186+232+66=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 232 (91.02% from 255 or 47.93% from 484); Blue value is 66 (26.17% from 255 or 13.64% from 484); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE842 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE842 is #4517BD. Grayscale: #C7C7C7. Windows color (decimal): -4528062 or 4384954. OLE color: 4384954.
HSL color Cylindrical-coordinate representation of color #BAE842: hue angle of 76.63º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAE842 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 66 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.09 |
| HSL | 76.63º | 0.78% | 0.58% | - |
| HSV(B) | 76.63º | 0.72% | 0.91% | - |
| XYZ | 50.09 | 68.55 | 15.74 | - |
| YUV | 199.32 | 52.76 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 66 | 0.20 | 0 | 0.72 | 0.09 | 76.63 | 0.78 | 0.58 |
| Hex | BA | E8 | 42 | 14 | 0 | 48 | 9 | 4D | 4E | 3A |
| Octal | 272 | 350 | 102 | 24 | 0 | 110 | 11 | 115 | 116 | 72 |
| Binary | 10111010 | 11101000 | 1000010 | 10100 | 0 | 1001000 | 1001 | 1001101 | 1001110 | 111010 |
Color Harmonies of #BAE842
Complementary color
Monochromatic Colors of #BAE842
Black with #BAE842
Text Example
Text Example
White with #BAE842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE842; }
p { color: rgb(186,232,66); }
H1.HeaderClassName
{
color: #BAE842;
}
.AnyTagClassName
{
color: #BAE842;
}
</style>
background-color css
<style>
a { background-color: #BAE842; }
a { background-color: rgb(186,232,66); }
div.DivClassName
{
background-color: #BAE842;
}
.BgClassName
{
background-color: #BAE842;
}
</style>
border-color css
<style>
span { border-color: #BAE842; }
span { border-color: rgb(186,232,66); }
td.TdClassName
{
border-color: #BAE842;
}
.TagClassName
{
border-color: #BAE842;
}
</style>