Shades of Conifer #BADC4A
Tints of Conifer #BADC4A
RGB
CMYK
RGB Variations
Color information
#BADC4A (or 0xBADC4A) is known color: Conifer. HEX triplet: BA, DC and 4A. RGB value is (186,220,74). Sum of RGB (Red+Green+Blue) = 186+220+74=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADC4A is #4523B5. Grayscale: #C1C1C1. Windows color (decimal): -4531126 or 4906170. OLE color: 4906170.
HSL color Cylindrical-coordinate representation of color #BADC4A: hue angle of 73.97º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BADC4A is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 74 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.14 |
| HSL | 73.97º | 0.68% | 0.58% | - |
| HSV(B) | 73.97º | 0.66% | 0.86% | - |
| XYZ | 47.08 | 62.12 | 15.99 | - |
| YUV | 193.19 | 60.74 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 74 | 0.15 | 0 | 0.66 | 0.14 | 73.97 | 0.68 | 0.58 |
| Hex | BA | DC | 4A | F | 0 | 42 | E | 4A | 44 | 3A |
| Octal | 272 | 334 | 112 | 17 | 0 | 102 | 16 | 112 | 104 | 72 |
| Binary | 10111010 | 11011100 | 1001010 | 1111 | 0 | 1000010 | 1110 | 1001010 | 1000100 | 111010 |
Color Harmonies of #BADC4A
Complementary color
Monochromatic Colors of #BADC4A
Black with #BADC4A
Text Example
Text Example
White with #BADC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC4A; }
p { color: rgb(186,220,74); }
H1.HeaderClassName
{
color: #BADC4A;
}
.AnyTagClassName
{
color: #BADC4A;
}
</style>
background-color css
<style>
a { background-color: #BADC4A; }
a { background-color: rgb(186,220,74); }
div.DivClassName
{
background-color: #BADC4A;
}
.BgClassName
{
background-color: #BADC4A;
}
</style>
border-color css
<style>
span { border-color: #BADC4A; }
span { border-color: rgb(186,220,74); }
td.TdClassName
{
border-color: #BADC4A;
}
.TagClassName
{
border-color: #BADC4A;
}
</style>