Shades of Conifer #BAE241
Tints of Conifer #BAE241
RGB
CMYK
RGB Variations
Color information
#BAE241 (or 0xBAE241) is known color: Conifer. HEX triplet: BA, E2 and 41. RGB value is (186,226,65). Sum of RGB (Red+Green+Blue) = 186+226+65=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 226 (88.67% from 255 or 47.38% from 477); Blue value is 65 (25.78% from 255 or 13.63% from 477); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE241 is #451DBE. Grayscale: #C4C4C4. Windows color (decimal): -4529599 or 4317882. OLE color: 4317882.
HSL color Cylindrical-coordinate representation of color #BAE241: hue angle of 74.91º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAE241 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 65 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.11 |
| HSL | 74.91º | 0.74% | 0.57% | - |
| HSV(B) | 74.91º | 0.71% | 0.89% | - |
| XYZ | 48.4 | 65.21 | 15.04 | - |
| YUV | 195.69 | 54.25 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 65 | 0.18 | 0 | 0.71 | 0.11 | 74.91 | 0.74 | 0.57 |
| Hex | BA | E2 | 41 | 12 | 0 | 47 | B | 4B | 4A | 39 |
| Octal | 272 | 342 | 101 | 22 | 0 | 107 | 13 | 113 | 112 | 71 |
| Binary | 10111010 | 11100010 | 1000001 | 10010 | 0 | 1000111 | 1011 | 1001011 | 1001010 | 111001 |
Color Harmonies of #BAE241
Complementary color
Monochromatic Colors of #BAE241
Black with #BAE241
Text Example
Text Example
White with #BAE241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE241; }
p { color: rgb(186,226,65); }
H1.HeaderClassName
{
color: #BAE241;
}
.AnyTagClassName
{
color: #BAE241;
}
</style>
background-color css
<style>
a { background-color: #BAE241; }
a { background-color: rgb(186,226,65); }
div.DivClassName
{
background-color: #BAE241;
}
.BgClassName
{
background-color: #BAE241;
}
</style>
border-color css
<style>
span { border-color: #BAE241; }
span { border-color: rgb(186,226,65); }
td.TdClassName
{
border-color: #BAE241;
}
.TagClassName
{
border-color: #BAE241;
}
</style>