Shades of Conifer #BADB4A
Tints of Conifer #BADB4A
RGB
CMYK
RGB Variations
Color information
#BADB4A (or 0xBADB4A) is known color: Conifer. HEX triplet: BA, DB and 4A. RGB value is (186,219,74). Sum of RGB (Red+Green+Blue) = 186+219+74=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADB4A is #4524B5. Grayscale: #C1C1C1. Windows color (decimal): -4531382 or 4905914. OLE color: 4905914.
HSL color Cylindrical-coordinate representation of color #BADB4A: hue angle of 73.66º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BADB4A is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 74 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.14 |
| HSL | 73.66º | 0.67% | 0.57% | - |
| HSV(B) | 73.66º | 0.66% | 0.86% | - |
| XYZ | 46.82 | 61.6 | 15.9 | - |
| YUV | 192.6 | 61.07 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 74 | 0.15 | 0 | 0.66 | 0.14 | 73.66 | 0.67 | 0.57 |
| Hex | BA | DB | 4A | F | 0 | 42 | E | 4A | 43 | 39 |
| Octal | 272 | 333 | 112 | 17 | 0 | 102 | 16 | 112 | 103 | 71 |
| Binary | 10111010 | 11011011 | 1001010 | 1111 | 0 | 1000010 | 1110 | 1001010 | 1000011 | 111001 |
Color Harmonies of #BADB4A
Complementary color
Monochromatic Colors of #BADB4A
Black with #BADB4A
Text Example
Text Example
White with #BADB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADB4A; }
p { color: rgb(186,219,74); }
H1.HeaderClassName
{
color: #BADB4A;
}
.AnyTagClassName
{
color: #BADB4A;
}
</style>
background-color css
<style>
a { background-color: #BADB4A; }
a { background-color: rgb(186,219,74); }
div.DivClassName
{
background-color: #BADB4A;
}
.BgClassName
{
background-color: #BADB4A;
}
</style>
border-color css
<style>
span { border-color: #BADB4A; }
span { border-color: rgb(186,219,74); }
td.TdClassName
{
border-color: #BADB4A;
}
.TagClassName
{
border-color: #BADB4A;
}
</style>