Shades of Conifer #BAE249
Tints of Conifer #BAE249
RGB
CMYK
RGB Variations
Color information
#BAE249 (or 0xBAE249) is known color: Conifer. HEX triplet: BA, E2 and 49. RGB value is (186,226,73). Sum of RGB (Red+Green+Blue) = 186+226+73=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE249 is #451DB6. Grayscale: #C5C5C5. Windows color (decimal): -4529591 or 4842170. OLE color: 4842170.
HSL color Cylindrical-coordinate representation of color #BAE249: hue angle of 75.69º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAE249 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 73 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.11 |
| HSL | 75.69º | 0.73% | 0.59% | - |
| HSV(B) | 75.69º | 0.68% | 0.89% | - |
| XYZ | 48.65 | 65.31 | 16.35 | - |
| YUV | 196.6 | 58.25 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 73 | 0.18 | 0 | 0.68 | 0.11 | 75.69 | 0.73 | 0.59 |
| Hex | BA | E2 | 49 | 12 | 0 | 44 | B | 4C | 49 | 3B |
| Octal | 272 | 342 | 111 | 22 | 0 | 104 | 13 | 114 | 111 | 73 |
| Binary | 10111010 | 11100010 | 1001001 | 10010 | 0 | 1000100 | 1011 | 1001100 | 1001001 | 111011 |
Color Harmonies of #BAE249
Complementary color
Monochromatic Colors of #BAE249
Black with #BAE249
Text Example
Text Example
White with #BAE249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE249; }
p { color: rgb(186,226,73); }
H1.HeaderClassName
{
color: #BAE249;
}
.AnyTagClassName
{
color: #BAE249;
}
</style>
background-color css
<style>
a { background-color: #BAE249; }
a { background-color: rgb(186,226,73); }
div.DivClassName
{
background-color: #BAE249;
}
.BgClassName
{
background-color: #BAE249;
}
</style>
border-color css
<style>
span { border-color: #BAE249; }
span { border-color: rgb(186,226,73); }
td.TdClassName
{
border-color: #BAE249;
}
.TagClassName
{
border-color: #BAE249;
}
</style>