Shades of Conifer #BADC55
Tints of Conifer #BADC55
RGB
CMYK
RGB Variations
Color information
#BADC55 (or 0xBADC55) is known color: Conifer. HEX triplet: BA, DC and 55. RGB value is (186,220,85). Sum of RGB (Red+Green+Blue) = 186+220+85=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC55 is #4523AA. Grayscale: #C2C2C2. Windows color (decimal): -4531115 or 5627066. OLE color: 5627066.
HSL color Cylindrical-coordinate representation of color #BADC55: hue angle of 75.11º degrees, saturation: 0.66, 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 #BADC55 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 85 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.14 |
| HSL | 75.11º | 0.66% | 0.6% | - |
| HSV(B) | 75.11º | 0.61% | 0.86% | - |
| XYZ | 47.48 | 62.28 | 18.11 | - |
| YUV | 194.44 | 66.24 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 85 | 0.15 | 0 | 0.61 | 0.14 | 75.11 | 0.66 | 0.6 |
| Hex | BA | DC | 55 | F | 0 | 3D | E | 4B | 42 | 3C |
| Octal | 272 | 334 | 125 | 17 | 0 | 75 | 16 | 113 | 102 | 74 |
| Binary | 10111010 | 11011100 | 1010101 | 1111 | 0 | 111101 | 1110 | 1001011 | 1000010 | 111100 |
Color Harmonies of #BADC55
Complementary color
Monochromatic Colors of #BADC55
Black with #BADC55
Text Example
Text Example
White with #BADC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC55; }
p { color: rgb(186,220,85); }
H1.HeaderClassName
{
color: #BADC55;
}
.AnyTagClassName
{
color: #BADC55;
}
</style>
background-color css
<style>
a { background-color: #BADC55; }
a { background-color: rgb(186,220,85); }
div.DivClassName
{
background-color: #BADC55;
}
.BgClassName
{
background-color: #BADC55;
}
</style>
border-color css
<style>
span { border-color: #BADC55; }
span { border-color: rgb(186,220,85); }
td.TdClassName
{
border-color: #BADC55;
}
.TagClassName
{
border-color: #BADC55;
}
</style>