Shades of Conifer #BAE261
Tints of Conifer #BAE261
RGB
CMYK
RGB Variations
Color information
#BAE261 (or 0xBAE261) is known color: Conifer. HEX triplet: BA, E2 and 61. RGB value is (186,226,97). Sum of RGB (Red+Green+Blue) = 186+226+97=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 97 (38.28% from 255 or 19.06% from 509); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE261 is #451D9E. Grayscale: #C7C7C7. Windows color (decimal): -4529567 or 6415034. OLE color: 6415034.
HSL color Cylindrical-coordinate representation of color #BAE261: hue angle of 78.6º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAE261 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 97 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.11 |
| HSL | 78.6º | 0.69% | 0.63% | - |
| HSV(B) | 78.6º | 0.57% | 0.89% | - |
| XYZ | 49.6 | 65.69 | 21.38 | - |
| YUV | 199.33 | 70.25 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 97 | 0.18 | 0 | 0.57 | 0.11 | 78.6 | 0.69 | 0.63 |
| Hex | BA | E2 | 61 | 12 | 0 | 39 | B | 4F | 45 | 3F |
| Octal | 272 | 342 | 141 | 22 | 0 | 71 | 13 | 117 | 105 | 77 |
| Binary | 10111010 | 11100010 | 1100001 | 10010 | 0 | 111001 | 1011 | 1001111 | 1000101 | 111111 |
Color Harmonies of #BAE261
Complementary color
Monochromatic Colors of #BAE261
Black with #BAE261
Text Example
Text Example
White with #BAE261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE261; }
p { color: rgb(186,226,97); }
H1.HeaderClassName
{
color: #BAE261;
}
.AnyTagClassName
{
color: #BAE261;
}
</style>
background-color css
<style>
a { background-color: #BAE261; }
a { background-color: rgb(186,226,97); }
div.DivClassName
{
background-color: #BAE261;
}
.BgClassName
{
background-color: #BAE261;
}
</style>
border-color css
<style>
span { border-color: #BAE261; }
span { border-color: rgb(186,226,97); }
td.TdClassName
{
border-color: #BAE261;
}
.TagClassName
{
border-color: #BAE261;
}
</style>