Shades of Conifer #BAE256
Tints of Conifer #BAE256
RGB
CMYK
RGB Variations
Color information
#BAE256 (or 0xBAE256) is known color: Conifer. HEX triplet: BA, E2 and 56. RGB value is (186,226,86). Sum of RGB (Red+Green+Blue) = 186+226+86=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 226 (88.67% from 255 or 45.38% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE256 is #451DA9. Grayscale: #C6C6C6. Windows color (decimal): -4529578 or 5694138. OLE color: 5694138.
HSL color Cylindrical-coordinate representation of color #BAE256: hue angle of 77.14º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAE256 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 86 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.11 |
| HSL | 77.14º | 0.71% | 0.61% | - |
| HSV(B) | 77.14º | 0.62% | 0.89% | - |
| XYZ | 49.13 | 65.5 | 18.86 | - |
| YUV | 198.08 | 64.75 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 86 | 0.18 | 0 | 0.62 | 0.11 | 77.14 | 0.71 | 0.61 |
| Hex | BA | E2 | 56 | 12 | 0 | 3E | B | 4D | 47 | 3D |
| Octal | 272 | 342 | 126 | 22 | 0 | 76 | 13 | 115 | 107 | 75 |
| Binary | 10111010 | 11100010 | 1010110 | 10010 | 0 | 111110 | 1011 | 1001101 | 1000111 | 111101 |
Color Harmonies of #BAE256
Complementary color
Monochromatic Colors of #BAE256
Black with #BAE256
Text Example
Text Example
White with #BAE256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE256; }
p { color: rgb(186,226,86); }
H1.HeaderClassName
{
color: #BAE256;
}
.AnyTagClassName
{
color: #BAE256;
}
</style>
background-color css
<style>
a { background-color: #BAE256; }
a { background-color: rgb(186,226,86); }
div.DivClassName
{
background-color: #BAE256;
}
.BgClassName
{
background-color: #BAE256;
}
</style>
border-color css
<style>
span { border-color: #BAE256; }
span { border-color: rgb(186,226,86); }
td.TdClassName
{
border-color: #BAE256;
}
.TagClassName
{
border-color: #BAE256;
}
</style>