Shades of Conifer #BADC6B
Tints of Conifer #BADC6B
RGB
CMYK
RGB Variations
Color information
#BADC6B (or 0xBADC6B) is known color: Conifer. HEX triplet: BA, DC and 6B. RGB value is (186,220,107). Sum of RGB (Red+Green+Blue) = 186+220+107=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC6B is #452394. Grayscale: #C5C5C5. Windows color (decimal): -4531093 or 7068858. OLE color: 7068858.
HSL color Cylindrical-coordinate representation of color #BADC6B: hue angle of 78.05º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BADC6B is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 107 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.14 |
| HSL | 78.05º | 0.62% | 0.64% | - |
| HSV(B) | 78.05º | 0.51% | 0.86% | - |
| XYZ | 48.5 | 62.69 | 23.45 | - |
| YUV | 196.95 | 77.24 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 107 | 0.15 | 0 | 0.51 | 0.14 | 78.05 | 0.62 | 0.64 |
| Hex | BA | DC | 6B | F | 0 | 33 | E | 4E | 3E | 40 |
| Octal | 272 | 334 | 153 | 17 | 0 | 63 | 16 | 116 | 76 | 100 |
| Binary | 10111010 | 11011100 | 1101011 | 1111 | 0 | 110011 | 1110 | 1001110 | 111110 | 1000000 |
Color Harmonies of #BADC6B
Complementary color
Monochromatic Colors of #BADC6B
Black with #BADC6B
Text Example
Text Example
White with #BADC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC6B; }
p { color: rgb(186,220,107); }
H1.HeaderClassName
{
color: #BADC6B;
}
.AnyTagClassName
{
color: #BADC6B;
}
</style>
background-color css
<style>
a { background-color: #BADC6B; }
a { background-color: rgb(186,220,107); }
div.DivClassName
{
background-color: #BADC6B;
}
.BgClassName
{
background-color: #BADC6B;
}
</style>
border-color css
<style>
span { border-color: #BADC6B; }
span { border-color: rgb(186,220,107); }
td.TdClassName
{
border-color: #BADC6B;
}
.TagClassName
{
border-color: #BADC6B;
}
</style>