Shades of Conifer #BADC6A
Tints of Conifer #BADC6A
RGB
CMYK
RGB Variations
Color information
#BADC6A (or 0xBADC6A) is known color: Conifer. HEX triplet: BA, DC and 6A. RGB value is (186,220,106). Sum of RGB (Red+Green+Blue) = 186+220+106=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC6A is #452395. Grayscale: #C5C5C5. Windows color (decimal): -4531094 or 7003322. OLE color: 7003322.
HSL color Cylindrical-coordinate representation of color #BADC6A: hue angle of 77.89º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BADC6A is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 106 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.14 |
| HSL | 77.89º | 0.62% | 0.64% | - |
| HSV(B) | 77.89º | 0.52% | 0.86% | - |
| XYZ | 48.44 | 62.67 | 23.18 | - |
| YUV | 196.84 | 76.74 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 106 | 0.15 | 0 | 0.52 | 0.14 | 77.89 | 0.62 | 0.64 |
| Hex | BA | DC | 6A | F | 0 | 34 | E | 4E | 3E | 40 |
| Octal | 272 | 334 | 152 | 17 | 0 | 64 | 16 | 116 | 76 | 100 |
| Binary | 10111010 | 11011100 | 1101010 | 1111 | 0 | 110100 | 1110 | 1001110 | 111110 | 1000000 |
Color Harmonies of #BADC6A
Complementary color
Monochromatic Colors of #BADC6A
Black with #BADC6A
Text Example
Text Example
White with #BADC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC6A; }
p { color: rgb(186,220,106); }
H1.HeaderClassName
{
color: #BADC6A;
}
.AnyTagClassName
{
color: #BADC6A;
}
</style>
background-color css
<style>
a { background-color: #BADC6A; }
a { background-color: rgb(186,220,106); }
div.DivClassName
{
background-color: #BADC6A;
}
.BgClassName
{
background-color: #BADC6A;
}
</style>
border-color css
<style>
span { border-color: #BADC6A; }
span { border-color: rgb(186,220,106); }
td.TdClassName
{
border-color: #BADC6A;
}
.TagClassName
{
border-color: #BADC6A;
}
</style>