Shades of Conifer #BAE151
Tints of Conifer #BAE151
RGB
CMYK
RGB Variations
Color information
#BAE151 (or 0xBAE151) is known color: Conifer. HEX triplet: BA, E1 and 51. RGB value is (186,225,81). Sum of RGB (Red+Green+Blue) = 186+225+81=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE151 is #451EAE. Grayscale: #C5C5C5. Windows color (decimal): -4529839 or 5366202. OLE color: 5366202.
HSL color Cylindrical-coordinate representation of color #BAE151: hue angle of 76.25º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAE151 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 81 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.12 |
| HSL | 76.25º | 0.71% | 0.6% | - |
| HSV(B) | 76.25º | 0.64% | 0.88% | - |
| XYZ | 48.66 | 64.88 | 17.74 | - |
| YUV | 196.92 | 62.58 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 81 | 0.17 | 0 | 0.64 | 0.12 | 76.25 | 0.71 | 0.6 |
| Hex | BA | E1 | 51 | 11 | 0 | 40 | C | 4C | 47 | 3C |
| Octal | 272 | 341 | 121 | 21 | 0 | 100 | 14 | 114 | 107 | 74 |
| Binary | 10111010 | 11100001 | 1010001 | 10001 | 0 | 1000000 | 1100 | 1001100 | 1000111 | 111100 |
Color Harmonies of #BAE151
Complementary color
Monochromatic Colors of #BAE151
Black with #BAE151
Text Example
Text Example
White with #BAE151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE151; }
p { color: rgb(186,225,81); }
H1.HeaderClassName
{
color: #BAE151;
}
.AnyTagClassName
{
color: #BAE151;
}
</style>
background-color css
<style>
a { background-color: #BAE151; }
a { background-color: rgb(186,225,81); }
div.DivClassName
{
background-color: #BAE151;
}
.BgClassName
{
background-color: #BAE151;
}
</style>
border-color css
<style>
span { border-color: #BAE151; }
span { border-color: rgb(186,225,81); }
td.TdClassName
{
border-color: #BAE151;
}
.TagClassName
{
border-color: #BAE151;
}
</style>