Shades of Conifer #BADB55
Tints of Conifer #BADB55
RGB
CMYK
RGB Variations
Color information
#BADB55 (or 0xBADB55) is known color: Conifer. HEX triplet: BA, DB and 55. RGB value is (186,219,85). Sum of RGB (Red+Green+Blue) = 186+219+85=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 85 (33.59% from 255 or 17.35% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB55 is #4524AA. Grayscale: #C2C2C2. Windows color (decimal): -4531371 or 5626810. OLE color: 5626810.
HSL color Cylindrical-coordinate representation of color #BADB55: hue angle of 74.78º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BADB55 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 85 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.14 |
| HSL | 74.78º | 0.65% | 0.6% | - |
| HSV(B) | 74.78º | 0.61% | 0.86% | - |
| XYZ | 47.22 | 61.76 | 18.03 | - |
| YUV | 193.86 | 66.57 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 85 | 0.15 | 0 | 0.61 | 0.14 | 74.78 | 0.65 | 0.6 |
| Hex | BA | DB | 55 | F | 0 | 3D | E | 4B | 41 | 3C |
| Octal | 272 | 333 | 125 | 17 | 0 | 75 | 16 | 113 | 101 | 74 |
| Binary | 10111010 | 11011011 | 1010101 | 1111 | 0 | 111101 | 1110 | 1001011 | 1000001 | 111100 |
Color Harmonies of #BADB55
Complementary color
Monochromatic Colors of #BADB55
Black with #BADB55
Text Example
Text Example
White with #BADB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADB55; }
p { color: rgb(186,219,85); }
H1.HeaderClassName
{
color: #BADB55;
}
.AnyTagClassName
{
color: #BADB55;
}
</style>
background-color css
<style>
a { background-color: #BADB55; }
a { background-color: rgb(186,219,85); }
div.DivClassName
{
background-color: #BADB55;
}
.BgClassName
{
background-color: #BADB55;
}
</style>
border-color css
<style>
span { border-color: #BADB55; }
span { border-color: rgb(186,219,85); }
td.TdClassName
{
border-color: #BADB55;
}
.TagClassName
{
border-color: #BADB55;
}
</style>