Shades of Conifer #BADC62
Tints of Conifer #BADC62
RGB
CMYK
RGB Variations
Color information
#BADC62 (or 0xBADC62) is known color: Conifer. HEX triplet: BA, DC and 62. RGB value is (186,220,98). Sum of RGB (Red+Green+Blue) = 186+220+98=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC62 is #45239D. Grayscale: #C4C4C4. Windows color (decimal): -4531102 or 6479034. OLE color: 6479034.
HSL color Cylindrical-coordinate representation of color #BADC62: hue angle of 76.72º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BADC62 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 98 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.14 |
| HSL | 76.72º | 0.64% | 0.62% | - |
| HSV(B) | 76.72º | 0.55% | 0.86% | - |
| XYZ | 48.05 | 62.51 | 21.09 | - |
| YUV | 195.93 | 72.74 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 98 | 0.15 | 0 | 0.55 | 0.14 | 76.72 | 0.64 | 0.62 |
| Hex | BA | DC | 62 | F | 0 | 37 | E | 4D | 40 | 3E |
| Octal | 272 | 334 | 142 | 17 | 0 | 67 | 16 | 115 | 100 | 76 |
| Binary | 10111010 | 11011100 | 1100010 | 1111 | 0 | 110111 | 1110 | 1001101 | 1000000 | 111110 |
Color Harmonies of #BADC62
Complementary color
Monochromatic Colors of #BADC62
Black with #BADC62
Text Example
Text Example
White with #BADC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC62; }
p { color: rgb(186,220,98); }
H1.HeaderClassName
{
color: #BADC62;
}
.AnyTagClassName
{
color: #BADC62;
}
</style>
background-color css
<style>
a { background-color: #BADC62; }
a { background-color: rgb(186,220,98); }
div.DivClassName
{
background-color: #BADC62;
}
.BgClassName
{
background-color: #BADC62;
}
</style>
border-color css
<style>
span { border-color: #BADC62; }
span { border-color: rgb(186,220,98); }
td.TdClassName
{
border-color: #BADC62;
}
.TagClassName
{
border-color: #BADC62;
}
</style>