Shades of Conifer #BADC59
Tints of Conifer #BADC59
RGB
CMYK
RGB Variations
Color information
#BADC59 (or 0xBADC59) is known color: Conifer. HEX triplet: BA, DC and 59. RGB value is (186,220,89). Sum of RGB (Red+Green+Blue) = 186+220+89=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 89 (35.16% from 255 or 17.98% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC59 is #4523A6. Grayscale: #C3C3C3. Windows color (decimal): -4531111 or 5889210. OLE color: 5889210.
HSL color Cylindrical-coordinate representation of color #BADC59: hue angle of 75.57º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BADC59 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 89 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.14 |
| HSL | 75.57º | 0.65% | 0.61% | - |
| HSV(B) | 75.57º | 0.6% | 0.86% | - |
| XYZ | 47.65 | 62.35 | 18.97 | - |
| YUV | 194.9 | 68.24 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 89 | 0.15 | 0 | 0.60 | 0.14 | 75.57 | 0.65 | 0.61 |
| Hex | BA | DC | 59 | F | 0 | 3C | E | 4C | 41 | 3D |
| Octal | 272 | 334 | 131 | 17 | 0 | 74 | 16 | 114 | 101 | 75 |
| Binary | 10111010 | 11011100 | 1011001 | 1111 | 0 | 111100 | 1110 | 1001100 | 1000001 | 111101 |
Color Harmonies of #BADC59
Complementary color
Monochromatic Colors of #BADC59
Black with #BADC59
Text Example
Text Example
White with #BADC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC59; }
p { color: rgb(186,220,89); }
H1.HeaderClassName
{
color: #BADC59;
}
.AnyTagClassName
{
color: #BADC59;
}
</style>
background-color css
<style>
a { background-color: #BADC59; }
a { background-color: rgb(186,220,89); }
div.DivClassName
{
background-color: #BADC59;
}
.BgClassName
{
background-color: #BADC59;
}
</style>
border-color css
<style>
span { border-color: #BADC59; }
span { border-color: rgb(186,220,89); }
td.TdClassName
{
border-color: #BADC59;
}
.TagClassName
{
border-color: #BADC59;
}
</style>