Shades of Conifer #BADC44
Tints of Conifer #BADC44
RGB
CMYK
RGB Variations
Color information
#BADC44 (or 0xBADC44) is known color: Conifer. HEX triplet: BA, DC and 44. RGB value is (186,220,68). Sum of RGB (Red+Green+Blue) = 186+220+68=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 68 (26.95% from 255 or 14.35% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADC44 is #4523BB. Grayscale: #C1C1C1. Windows color (decimal): -4531132 or 4512954. OLE color: 4512954.
HSL color Cylindrical-coordinate representation of color #BADC44: hue angle of 73.42º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BADC44 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 68 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.14 |
| HSL | 73.42º | 0.68% | 0.56% | - |
| HSV(B) | 73.42º | 0.69% | 0.86% | - |
| XYZ | 46.89 | 62.04 | 14.97 | - |
| YUV | 192.51 | 57.74 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 68 | 0.15 | 0 | 0.69 | 0.14 | 73.42 | 0.68 | 0.56 |
| Hex | BA | DC | 44 | F | 0 | 45 | E | 49 | 44 | 38 |
| Octal | 272 | 334 | 104 | 17 | 0 | 105 | 16 | 111 | 104 | 70 |
| Binary | 10111010 | 11011100 | 1000100 | 1111 | 0 | 1000101 | 1110 | 1001001 | 1000100 | 111000 |
Color Harmonies of #BADC44
Complementary color
Monochromatic Colors of #BADC44
Black with #BADC44
Text Example
Text Example
White with #BADC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC44; }
p { color: rgb(186,220,68); }
H1.HeaderClassName
{
color: #BADC44;
}
.AnyTagClassName
{
color: #BADC44;
}
</style>
background-color css
<style>
a { background-color: #BADC44; }
a { background-color: rgb(186,220,68); }
div.DivClassName
{
background-color: #BADC44;
}
.BgClassName
{
background-color: #BADC44;
}
</style>
border-color css
<style>
span { border-color: #BADC44; }
span { border-color: rgb(186,220,68); }
td.TdClassName
{
border-color: #BADC44;
}
.TagClassName
{
border-color: #BADC44;
}
</style>