Shades of Conifer #BADC4E
Tints of Conifer #BADC4E
RGB
CMYK
RGB Variations
Color information
#BADC4E (or 0xBADC4E) is known color: Conifer. HEX triplet: BA, DC and 4E. RGB value is (186,220,78). Sum of RGB (Red+Green+Blue) = 186+220+78=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 78 (30.86% from 255 or 16.12% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC4E is #4523B1. Grayscale: #C2C2C2. Windows color (decimal): -4531122 or 5168314. OLE color: 5168314.
HSL color Cylindrical-coordinate representation of color #BADC4E: hue angle of 74.37º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BADC4E is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 78 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.14 |
| HSL | 74.37º | 0.67% | 0.58% | - |
| HSV(B) | 74.37º | 0.65% | 0.86% | - |
| XYZ | 47.22 | 62.18 | 16.72 | - |
| YUV | 193.65 | 62.74 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 78 | 0.15 | 0 | 0.65 | 0.14 | 74.37 | 0.67 | 0.58 |
| Hex | BA | DC | 4E | F | 0 | 41 | E | 4A | 43 | 3A |
| Octal | 272 | 334 | 116 | 17 | 0 | 101 | 16 | 112 | 103 | 72 |
| Binary | 10111010 | 11011100 | 1001110 | 1111 | 0 | 1000001 | 1110 | 1001010 | 1000011 | 111010 |
Color Harmonies of #BADC4E
Complementary color
Monochromatic Colors of #BADC4E
Black with #BADC4E
Text Example
Text Example
White with #BADC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC4E; }
p { color: rgb(186,220,78); }
H1.HeaderClassName
{
color: #BADC4E;
}
.AnyTagClassName
{
color: #BADC4E;
}
</style>
background-color css
<style>
a { background-color: #BADC4E; }
a { background-color: rgb(186,220,78); }
div.DivClassName
{
background-color: #BADC4E;
}
.BgClassName
{
background-color: #BADC4E;
}
</style>
border-color css
<style>
span { border-color: #BADC4E; }
span { border-color: rgb(186,220,78); }
td.TdClassName
{
border-color: #BADC4E;
}
.TagClassName
{
border-color: #BADC4E;
}
</style>