Shades of Conifer #BADB59
Tints of Conifer #BADB59
RGB
CMYK
RGB Variations
Color information
#BADB59 (or 0xBADB59) is known color: Conifer. HEX triplet: BA, DB and 59. RGB value is (186,219,89). Sum of RGB (Red+Green+Blue) = 186+219+89=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 89 (35.16% from 255 or 18.02% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB59 is #4524A6. Grayscale: #C2C2C2. Windows color (decimal): -4531367 or 5888954. OLE color: 5888954.
HSL color Cylindrical-coordinate representation of color #BADB59: hue angle of 75.23º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BADB59 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 89 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.14 |
| HSL | 75.23º | 0.64% | 0.6% | - |
| HSV(B) | 75.23º | 0.59% | 0.86% | - |
| XYZ | 47.38 | 61.82 | 18.89 | - |
| YUV | 194.31 | 68.57 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 89 | 0.15 | 0 | 0.59 | 0.14 | 75.23 | 0.64 | 0.6 |
| Hex | BA | DB | 59 | F | 0 | 3B | E | 4B | 40 | 3C |
| Octal | 272 | 333 | 131 | 17 | 0 | 73 | 16 | 113 | 100 | 74 |
| Binary | 10111010 | 11011011 | 1011001 | 1111 | 0 | 111011 | 1110 | 1001011 | 1000000 | 111100 |
Color Harmonies of #BADB59
Complementary color
Monochromatic Colors of #BADB59
Black with #BADB59
Text Example
Text Example
White with #BADB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADB59; }
p { color: rgb(186,219,89); }
H1.HeaderClassName
{
color: #BADB59;
}
.AnyTagClassName
{
color: #BADB59;
}
</style>
background-color css
<style>
a { background-color: #BADB59; }
a { background-color: rgb(186,219,89); }
div.DivClassName
{
background-color: #BADB59;
}
.BgClassName
{
background-color: #BADB59;
}
</style>
border-color css
<style>
span { border-color: #BADB59; }
span { border-color: rgb(186,219,89); }
td.TdClassName
{
border-color: #BADB59;
}
.TagClassName
{
border-color: #BADB59;
}
</style>