Shades of Conifer #BADC48
Tints of Conifer #BADC48
RGB
CMYK
RGB Variations
Color information
#BADC48 (or 0xBADC48) is known color: Conifer. HEX triplet: BA, DC and 48. RGB value is (186,220,72). Sum of RGB (Red+Green+Blue) = 186+220+72=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADC48 is #4523B7. Grayscale: #C1C1C1. Windows color (decimal): -4531128 or 4775098. OLE color: 4775098.
HSL color Cylindrical-coordinate representation of color #BADC48: hue angle of 73.78º 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 #BADC48 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 72 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.14 |
| HSL | 73.78º | 0.68% | 0.57% | - |
| HSV(B) | 73.78º | 0.67% | 0.86% | - |
| XYZ | 47.01 | 62.09 | 15.64 | - |
| YUV | 192.96 | 59.74 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 72 | 0.15 | 0 | 0.67 | 0.14 | 73.78 | 0.68 | 0.57 |
| Hex | BA | DC | 48 | F | 0 | 43 | E | 4A | 44 | 39 |
| Octal | 272 | 334 | 110 | 17 | 0 | 103 | 16 | 112 | 104 | 71 |
| Binary | 10111010 | 11011100 | 1001000 | 1111 | 0 | 1000011 | 1110 | 1001010 | 1000100 | 111001 |
Color Harmonies of #BADC48
Complementary color
Monochromatic Colors of #BADC48
Black with #BADC48
Text Example
Text Example
White with #BADC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC48; }
p { color: rgb(186,220,72); }
H1.HeaderClassName
{
color: #BADC48;
}
.AnyTagClassName
{
color: #BADC48;
}
</style>
background-color css
<style>
a { background-color: #BADC48; }
a { background-color: rgb(186,220,72); }
div.DivClassName
{
background-color: #BADC48;
}
.BgClassName
{
background-color: #BADC48;
}
</style>
border-color css
<style>
span { border-color: #BADC48; }
span { border-color: rgb(186,220,72); }
td.TdClassName
{
border-color: #BADC48;
}
.TagClassName
{
border-color: #BADC48;
}
</style>