Shades of Conifer #BAE749
Tints of Conifer #BAE749
RGB
CMYK
RGB Variations
Color information
#BAE749 (or 0xBAE749) is known color: Conifer. HEX triplet: BA, E7 and 49. RGB value is (186,231,73). Sum of RGB (Red+Green+Blue) = 186+231+73=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 231 (90.62% from 255 or 47.14% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE749 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE749 is #4518B6. Grayscale: #C8C8C8. Windows color (decimal): -4528311 or 4843450. OLE color: 4843450.
HSL color Cylindrical-coordinate representation of color #BAE749: hue angle of 77.09º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAE749 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 73 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.09 |
| HSL | 77.09º | 0.77% | 0.6% | - |
| HSV(B) | 77.09º | 0.68% | 0.91% | - |
| XYZ | 50.03 | 68.07 | 16.81 | - |
| YUV | 199.53 | 56.59 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 73 | 0.19 | 0 | 0.68 | 0.09 | 77.09 | 0.77 | 0.6 |
| Hex | BA | E7 | 49 | 13 | 0 | 44 | 9 | 4D | 4D | 3C |
| Octal | 272 | 347 | 111 | 23 | 0 | 104 | 11 | 115 | 115 | 74 |
| Binary | 10111010 | 11100111 | 1001001 | 10011 | 0 | 1000100 | 1001 | 1001101 | 1001101 | 111100 |
Color Harmonies of #BAE749
Complementary color
Monochromatic Colors of #BAE749
Black with #BAE749
Text Example
Text Example
White with #BAE749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE749; }
p { color: rgb(186,231,73); }
H1.HeaderClassName
{
color: #BAE749;
}
.AnyTagClassName
{
color: #BAE749;
}
</style>
background-color css
<style>
a { background-color: #BAE749; }
a { background-color: rgb(186,231,73); }
div.DivClassName
{
background-color: #BAE749;
}
.BgClassName
{
background-color: #BAE749;
}
</style>
border-color css
<style>
span { border-color: #BAE749; }
span { border-color: rgb(186,231,73); }
td.TdClassName
{
border-color: #BAE749;
}
.TagClassName
{
border-color: #BAE749;
}
</style>