Shades of Conifer #BADC49
Tints of Conifer #BADC49
RGB
CMYK
RGB Variations
Color information
#BADC49 (or 0xBADC49) is known color: Conifer. HEX triplet: BA, DC and 49. RGB value is (186,220,73). Sum of RGB (Red+Green+Blue) = 186+220+73=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADC49 is #4523B6. Grayscale: #C1C1C1. Windows color (decimal): -4531127 or 4840634. OLE color: 4840634.
HSL color Cylindrical-coordinate representation of color #BADC49: hue angle of 73.88º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BADC49 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 73 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.14 |
| HSL | 73.88º | 0.68% | 0.57% | - |
| HSV(B) | 73.88º | 0.67% | 0.86% | - |
| XYZ | 47.05 | 62.11 | 15.81 | - |
| YUV | 193.08 | 60.24 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 73 | 0.15 | 0 | 0.67 | 0.14 | 73.88 | 0.68 | 0.57 |
| Hex | BA | DC | 49 | F | 0 | 43 | E | 4A | 44 | 39 |
| Octal | 272 | 334 | 111 | 17 | 0 | 103 | 16 | 112 | 104 | 71 |
| Binary | 10111010 | 11011100 | 1001001 | 1111 | 0 | 1000011 | 1110 | 1001010 | 1000100 | 111001 |
Color Harmonies of #BADC49
Complementary color
Monochromatic Colors of #BADC49
Black with #BADC49
Text Example
Text Example
White with #BADC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC49; }
p { color: rgb(186,220,73); }
H1.HeaderClassName
{
color: #BADC49;
}
.AnyTagClassName
{
color: #BADC49;
}
</style>
background-color css
<style>
a { background-color: #BADC49; }
a { background-color: rgb(186,220,73); }
div.DivClassName
{
background-color: #BADC49;
}
.BgClassName
{
background-color: #BADC49;
}
</style>
border-color css
<style>
span { border-color: #BADC49; }
span { border-color: rgb(186,220,73); }
td.TdClassName
{
border-color: #BADC49;
}
.TagClassName
{
border-color: #BADC49;
}
</style>