Shades of Conifer #BAE154
Tints of Conifer #BAE154
RGB
CMYK
RGB Variations
Color information
#BAE154 (or 0xBAE154) is known color: Conifer. HEX triplet: BA, E1 and 54. RGB value is (186,225,84). Sum of RGB (Red+Green+Blue) = 186+225+84=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 84 (33.20% from 255 or 16.97% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE154 is #451EAB. Grayscale: #C5C5C5. Windows color (decimal): -4529836 or 5562810. OLE color: 5562810.
HSL color Cylindrical-coordinate representation of color #BAE154: hue angle of 76.6º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAE154 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 84 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.12 |
| HSL | 76.6º | 0.7% | 0.61% | - |
| HSV(B) | 76.6º | 0.63% | 0.88% | - |
| XYZ | 48.78 | 64.93 | 18.35 | - |
| YUV | 197.27 | 64.08 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 84 | 0.17 | 0 | 0.63 | 0.12 | 76.6 | 0.7 | 0.61 |
| Hex | BA | E1 | 54 | 11 | 0 | 3F | C | 4D | 46 | 3D |
| Octal | 272 | 341 | 124 | 21 | 0 | 77 | 14 | 115 | 106 | 75 |
| Binary | 10111010 | 11100001 | 1010100 | 10001 | 0 | 111111 | 1100 | 1001101 | 1000110 | 111101 |
Color Harmonies of #BAE154
Complementary color
Monochromatic Colors of #BAE154
Black with #BAE154
Text Example
Text Example
White with #BAE154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE154; }
p { color: rgb(186,225,84); }
H1.HeaderClassName
{
color: #BAE154;
}
.AnyTagClassName
{
color: #BAE154;
}
</style>
background-color css
<style>
a { background-color: #BAE154; }
a { background-color: rgb(186,225,84); }
div.DivClassName
{
background-color: #BAE154;
}
.BgClassName
{
background-color: #BAE154;
}
</style>
border-color css
<style>
span { border-color: #BAE154; }
span { border-color: rgb(186,225,84); }
td.TdClassName
{
border-color: #BAE154;
}
.TagClassName
{
border-color: #BAE154;
}
</style>