Shades of Conifer #BADB4E
Tints of Conifer #BADB4E
RGB
CMYK
RGB Variations
Color information
#BADB4E (or 0xBADB4E) is known color: Conifer. HEX triplet: BA, DB and 4E. RGB value is (186,219,78). Sum of RGB (Red+Green+Blue) = 186+219+78=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 78 (30.86% from 255 or 16.15% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB4E is #4524B1. Grayscale: #C1C1C1. Windows color (decimal): -4531378 or 5168058. OLE color: 5168058.
HSL color Cylindrical-coordinate representation of color #BADB4E: hue angle of 74.04º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BADB4E is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 78 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.14 |
| HSL | 74.04º | 0.66% | 0.58% | - |
| HSV(B) | 74.04º | 0.64% | 0.86% | - |
| XYZ | 46.96 | 61.65 | 16.63 | - |
| YUV | 193.06 | 63.07 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 78 | 0.15 | 0 | 0.64 | 0.14 | 74.04 | 0.66 | 0.58 |
| Hex | BA | DB | 4E | F | 0 | 40 | E | 4A | 42 | 3A |
| Octal | 272 | 333 | 116 | 17 | 0 | 100 | 16 | 112 | 102 | 72 |
| Binary | 10111010 | 11011011 | 1001110 | 1111 | 0 | 1000000 | 1110 | 1001010 | 1000010 | 111010 |
Color Harmonies of #BADB4E
Complementary color
Monochromatic Colors of #BADB4E
Black with #BADB4E
Text Example
Text Example
White with #BADB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADB4E; }
p { color: rgb(186,219,78); }
H1.HeaderClassName
{
color: #BADB4E;
}
.AnyTagClassName
{
color: #BADB4E;
}
</style>
background-color css
<style>
a { background-color: #BADB4E; }
a { background-color: rgb(186,219,78); }
div.DivClassName
{
background-color: #BADB4E;
}
.BgClassName
{
background-color: #BADB4E;
}
</style>
border-color css
<style>
span { border-color: #BADB4E; }
span { border-color: rgb(186,219,78); }
td.TdClassName
{
border-color: #BADB4E;
}
.TagClassName
{
border-color: #BADB4E;
}
</style>