Shades of Conifer #BAEC3F
Tints of Conifer #BAEC3F
RGB
CMYK
RGB Variations
Color information
#BAEC3F (or 0xBAEC3F) is known color: Conifer. HEX triplet: BA, EC and 3F. RGB value is (186,236,63). Sum of RGB (Red+Green+Blue) = 186+236+63=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 63 (25% from 255 or 12.99% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEC3F is #4513C0. Grayscale: #C9C9C9. Windows color (decimal): -4527041 or 4189370. OLE color: 4189370.
HSL color Cylindrical-coordinate representation of color #BAEC3F: hue angle of 77.34º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAEC3F is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 63 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.07 |
| HSL | 77.34º | 0.82% | 0.59% | - |
| HSV(B) | 77.34º | 0.73% | 0.93% | - |
| XYZ | 51.14 | 70.79 | 15.67 | - |
| YUV | 201.33 | 49.94 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 63 | 0.21 | 0 | 0.73 | 0.07 | 77.34 | 0.82 | 0.59 |
| Hex | BA | EC | 3F | 15 | 0 | 49 | 7 | 4D | 52 | 3B |
| Octal | 272 | 354 | 77 | 25 | 0 | 111 | 7 | 115 | 122 | 73 |
| Binary | 10111010 | 11101100 | 111111 | 10101 | 0 | 1001001 | 111 | 1001101 | 1010010 | 111011 |
Color Harmonies of #BAEC3F
Complementary color
Monochromatic Colors of #BAEC3F
Black with #BAEC3F
Text Example
Text Example
White with #BAEC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEC3F; }
p { color: rgb(186,236,63); }
H1.HeaderClassName
{
color: #BAEC3F;
}
.AnyTagClassName
{
color: #BAEC3F;
}
</style>
background-color css
<style>
a { background-color: #BAEC3F; }
a { background-color: rgb(186,236,63); }
div.DivClassName
{
background-color: #BAEC3F;
}
.BgClassName
{
background-color: #BAEC3F;
}
</style>
border-color css
<style>
span { border-color: #BAEC3F; }
span { border-color: rgb(186,236,63); }
td.TdClassName
{
border-color: #BAEC3F;
}
.TagClassName
{
border-color: #BAEC3F;
}
</style>