Shades of Conifer #BAEC54
Tints of Conifer #BAEC54
RGB
CMYK
RGB Variations
Color information
#BAEC54 (or 0xBAEC54) is known color: Conifer. HEX triplet: BA, EC and 54. RGB value is (186,236,84). Sum of RGB (Red+Green+Blue) = 186+236+84=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 84 (33.20% from 255 or 16.60% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC54 is #4513AB. Grayscale: #CCCCCC. Windows color (decimal): -4527020 or 5565626. OLE color: 5565626.
HSL color Cylindrical-coordinate representation of color #BAEC54: hue angle of 79.74º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAEC54 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 84 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.07 |
| HSL | 79.74º | 0.8% | 0.63% | - |
| HSV(B) | 79.74º | 0.64% | 0.93% | - |
| XYZ | 51.85 | 71.07 | 19.37 | - |
| YUV | 203.72 | 60.44 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 84 | 0.21 | 0 | 0.64 | 0.07 | 79.74 | 0.8 | 0.63 |
| Hex | BA | EC | 54 | 15 | 0 | 40 | 7 | 50 | 50 | 3F |
| Octal | 272 | 354 | 124 | 25 | 0 | 100 | 7 | 120 | 120 | 77 |
| Binary | 10111010 | 11101100 | 1010100 | 10101 | 0 | 1000000 | 111 | 1010000 | 1010000 | 111111 |
Color Harmonies of #BAEC54
Complementary color
Monochromatic Colors of #BAEC54
Black with #BAEC54
Text Example
Text Example
White with #BAEC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEC54; }
p { color: rgb(186,236,84); }
H1.HeaderClassName
{
color: #BAEC54;
}
.AnyTagClassName
{
color: #BAEC54;
}
</style>
background-color css
<style>
a { background-color: #BAEC54; }
a { background-color: rgb(186,236,84); }
div.DivClassName
{
background-color: #BAEC54;
}
.BgClassName
{
background-color: #BAEC54;
}
</style>
border-color css
<style>
span { border-color: #BAEC54; }
span { border-color: rgb(186,236,84); }
td.TdClassName
{
border-color: #BAEC54;
}
.TagClassName
{
border-color: #BAEC54;
}
</style>