Shades of Conifer #BADC52
Tints of Conifer #BADC52
RGB
CMYK
RGB Variations
Color information
#BADC52 (or 0xBADC52) is known color: Conifer. HEX triplet: BA, DC and 52. RGB value is (186,220,82). Sum of RGB (Red+Green+Blue) = 186+220+82=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC52 is #4523AD. Grayscale: #C2C2C2. Windows color (decimal): -4531118 or 5430458. OLE color: 5430458.
HSL color Cylindrical-coordinate representation of color #BADC52: hue angle of 74.78º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BADC52 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 82 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.14 |
| HSL | 74.78º | 0.66% | 0.59% | - |
| HSV(B) | 74.78º | 0.63% | 0.86% | - |
| XYZ | 47.37 | 62.23 | 17.5 | - |
| YUV | 194.1 | 64.74 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 82 | 0.15 | 0 | 0.63 | 0.14 | 74.78 | 0.66 | 0.59 |
| Hex | BA | DC | 52 | F | 0 | 3F | E | 4B | 42 | 3B |
| Octal | 272 | 334 | 122 | 17 | 0 | 77 | 16 | 113 | 102 | 73 |
| Binary | 10111010 | 11011100 | 1010010 | 1111 | 0 | 111111 | 1110 | 1001011 | 1000010 | 111011 |
Color Harmonies of #BADC52
Complementary color
Monochromatic Colors of #BADC52
Black with #BADC52
Text Example
Text Example
White with #BADC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC52; }
p { color: rgb(186,220,82); }
H1.HeaderClassName
{
color: #BADC52;
}
.AnyTagClassName
{
color: #BADC52;
}
</style>
background-color css
<style>
a { background-color: #BADC52; }
a { background-color: rgb(186,220,82); }
div.DivClassName
{
background-color: #BADC52;
}
.BgClassName
{
background-color: #BADC52;
}
</style>
border-color css
<style>
span { border-color: #BADC52; }
span { border-color: rgb(186,220,82); }
td.TdClassName
{
border-color: #BADC52;
}
.TagClassName
{
border-color: #BADC52;
}
</style>