Shades of Conifer #BADA48
Tints of Conifer #BADA48
RGB
CMYK
RGB Variations
Color information
#BADA48 (or 0xBADA48) is known color: Conifer. HEX triplet: BA, DA and 48. RGB value is (186,218,72). Sum of RGB (Red+Green+Blue) = 186+218+72=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADA48 is #4525B7. Grayscale: #C0C0C0. Windows color (decimal): -4531640 or 4774586. OLE color: 4774586.
HSL color Cylindrical-coordinate representation of color #BADA48: hue angle of 73.15º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BADA48 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 72 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.15 |
| HSL | 73.15º | 0.66% | 0.57% | - |
| HSV(B) | 73.15º | 0.67% | 0.85% | - |
| XYZ | 46.49 | 61.05 | 15.46 | - |
| YUV | 191.79 | 60.4 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 72 | 0.15 | 0 | 0.67 | 0.15 | 73.15 | 0.66 | 0.57 |
| Hex | BA | DA | 48 | F | 0 | 43 | F | 49 | 42 | 39 |
| Octal | 272 | 332 | 110 | 17 | 0 | 103 | 17 | 111 | 102 | 71 |
| Binary | 10111010 | 11011010 | 1001000 | 1111 | 0 | 1000011 | 1111 | 1001001 | 1000010 | 111001 |
Color Harmonies of #BADA48
Complementary color
Monochromatic Colors of #BADA48
Black with #BADA48
Text Example
Text Example
White with #BADA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA48; }
p { color: rgb(186,218,72); }
H1.HeaderClassName
{
color: #BADA48;
}
.AnyTagClassName
{
color: #BADA48;
}
</style>
background-color css
<style>
a { background-color: #BADA48; }
a { background-color: rgb(186,218,72); }
div.DivClassName
{
background-color: #BADA48;
}
.BgClassName
{
background-color: #BADA48;
}
</style>
border-color css
<style>
span { border-color: #BADA48; }
span { border-color: rgb(186,218,72); }
td.TdClassName
{
border-color: #BADA48;
}
.TagClassName
{
border-color: #BADA48;
}
</style>