Shades of Conifer #BAEA49
Tints of Conifer #BAEA49
RGB
CMYK
RGB Variations
Color information
#BAEA49 (or 0xBAEA49) is known color: Conifer. HEX triplet: BA, EA and 49. RGB value is (186,234,73). Sum of RGB (Red+Green+Blue) = 186+234+73=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 73 (28.91% from 255 or 14.81% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEA49 is #4515B6. Grayscale: #C9C9C9. Windows color (decimal): -4527543 or 4844218. OLE color: 4844218.
HSL color Cylindrical-coordinate representation of color #BAEA49: hue angle of 77.89º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAEA49 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 73 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.08 |
| HSL | 77.89º | 0.79% | 0.6% | - |
| HSV(B) | 77.89º | 0.69% | 0.92% | - |
| XYZ | 50.88 | 69.77 | 17.09 | - |
| YUV | 201.29 | 55.6 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 73 | 0.21 | 0 | 0.69 | 0.08 | 77.89 | 0.79 | 0.6 |
| Hex | BA | EA | 49 | 15 | 0 | 45 | 8 | 4E | 4F | 3C |
| Octal | 272 | 352 | 111 | 25 | 0 | 105 | 10 | 116 | 117 | 74 |
| Binary | 10111010 | 11101010 | 1001001 | 10101 | 0 | 1000101 | 1000 | 1001110 | 1001111 | 111100 |
Color Harmonies of #BAEA49
Complementary color
Monochromatic Colors of #BAEA49
Black with #BAEA49
Text Example
Text Example
White with #BAEA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEA49; }
p { color: rgb(186,234,73); }
H1.HeaderClassName
{
color: #BAEA49;
}
.AnyTagClassName
{
color: #BAEA49;
}
</style>
background-color css
<style>
a { background-color: #BAEA49; }
a { background-color: rgb(186,234,73); }
div.DivClassName
{
background-color: #BAEA49;
}
.BgClassName
{
background-color: #BAEA49;
}
</style>
border-color css
<style>
span { border-color: #BAEA49; }
span { border-color: rgb(186,234,73); }
td.TdClassName
{
border-color: #BAEA49;
}
.TagClassName
{
border-color: #BAEA49;
}
</style>