Shades of Conifer #BAE155
Tints of Conifer #BAE155
RGB
CMYK
RGB Variations
Color information
#BAE155 (or 0xBAE155) is known color: Conifer. HEX triplet: BA, E1 and 55. RGB value is (186,225,85). Sum of RGB (Red+Green+Blue) = 186+225+85=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE155 is #451EAA. Grayscale: #C5C5C5. Windows color (decimal): -4529835 or 5628346. OLE color: 5628346.
HSL color Cylindrical-coordinate representation of color #BAE155: hue angle of 76.71º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAE155 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 85 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.12 |
| HSL | 76.71º | 0.7% | 0.61% | - |
| HSV(B) | 76.71º | 0.62% | 0.88% | - |
| XYZ | 48.81 | 64.95 | 18.56 | - |
| YUV | 197.38 | 64.58 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 85 | 0.17 | 0 | 0.62 | 0.12 | 76.71 | 0.7 | 0.61 |
| Hex | BA | E1 | 55 | 11 | 0 | 3E | C | 4D | 46 | 3D |
| Octal | 272 | 341 | 125 | 21 | 0 | 76 | 14 | 115 | 106 | 75 |
| Binary | 10111010 | 11100001 | 1010101 | 10001 | 0 | 111110 | 1100 | 1001101 | 1000110 | 111101 |
Color Harmonies of #BAE155
Complementary color
Monochromatic Colors of #BAE155
Black with #BAE155
Text Example
Text Example
White with #BAE155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE155; }
p { color: rgb(186,225,85); }
H1.HeaderClassName
{
color: #BAE155;
}
.AnyTagClassName
{
color: #BAE155;
}
</style>
background-color css
<style>
a { background-color: #BAE155; }
a { background-color: rgb(186,225,85); }
div.DivClassName
{
background-color: #BAE155;
}
.BgClassName
{
background-color: #BAE155;
}
</style>
border-color css
<style>
span { border-color: #BAE155; }
span { border-color: rgb(186,225,85); }
td.TdClassName
{
border-color: #BAE155;
}
.TagClassName
{
border-color: #BAE155;
}
</style>