Shades of Conifer #BADC50
Tints of Conifer #BADC50
RGB
CMYK
RGB Variations
Color information
#BADC50 (or 0xBADC50) is known color: Conifer. HEX triplet: BA, DC and 50. RGB value is (186,220,80). Sum of RGB (Red+Green+Blue) = 186+220+80=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC50 is #4523AF. Grayscale: #C2C2C2. Windows color (decimal): -4531120 or 5299386. OLE color: 5299386.
HSL color Cylindrical-coordinate representation of color #BADC50: hue angle of 74.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BADC50 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 80 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.14 |
| HSL | 74.57º | 0.67% | 0.59% | - |
| HSV(B) | 74.57º | 0.64% | 0.86% | - |
| XYZ | 47.29 | 62.2 | 17.1 | - |
| YUV | 193.87 | 63.74 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 80 | 0.15 | 0 | 0.64 | 0.14 | 74.57 | 0.67 | 0.59 |
| Hex | BA | DC | 50 | F | 0 | 40 | E | 4B | 43 | 3B |
| Octal | 272 | 334 | 120 | 17 | 0 | 100 | 16 | 113 | 103 | 73 |
| Binary | 10111010 | 11011100 | 1010000 | 1111 | 0 | 1000000 | 1110 | 1001011 | 1000011 | 111011 |
Color Harmonies of #BADC50
Complementary color
Monochromatic Colors of #BADC50
Black with #BADC50
Text Example
Text Example
White with #BADC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC50; }
p { color: rgb(186,220,80); }
H1.HeaderClassName
{
color: #BADC50;
}
.AnyTagClassName
{
color: #BADC50;
}
</style>
background-color css
<style>
a { background-color: #BADC50; }
a { background-color: rgb(186,220,80); }
div.DivClassName
{
background-color: #BADC50;
}
.BgClassName
{
background-color: #BADC50;
}
</style>
border-color css
<style>
span { border-color: #BADC50; }
span { border-color: rgb(186,220,80); }
td.TdClassName
{
border-color: #BADC50;
}
.TagClassName
{
border-color: #BADC50;
}
</style>