Shades of Conifer #BAD64A
Tints of Conifer #BAD64A
RGB
CMYK
RGB Variations
Color information
#BAD64A (or 0xBAD64A) is known color: Conifer. HEX triplet: BA, D6 and 4A. RGB value is (186,214,74). Sum of RGB (Red+Green+Blue) = 186+214+74=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD64A is #4529B5. Grayscale: #BEBEBE. Windows color (decimal): -4532662 or 4904634. OLE color: 4904634.
HSL color Cylindrical-coordinate representation of color #BAD64A: hue angle of 72º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAD64A is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 214 | 74 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.16 |
| HSL | 72º | 0.63% | 0.56% | - |
| HSV(B) | 72º | 0.65% | 0.84% | - |
| XYZ | 45.53 | 59.03 | 15.47 | - |
| YUV | 189.67 | 62.72 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 214 | 74 | 0.13 | 0 | 0.65 | 0.16 | 72 | 0.63 | 0.56 |
| Hex | BA | D6 | 4A | D | 0 | 41 | 10 | 48 | 3F | 38 |
| Octal | 272 | 326 | 112 | 15 | 0 | 101 | 20 | 110 | 77 | 70 |
| Binary | 10111010 | 11010110 | 1001010 | 1101 | 0 | 1000001 | 10000 | 1001000 | 111111 | 111000 |
Color Harmonies of #BAD64A
Complementary color
Monochromatic Colors of #BAD64A
Black with #BAD64A
Text Example
Text Example
White with #BAD64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD64A; }
p { color: rgb(186,214,74); }
H1.HeaderClassName
{
color: #BAD64A;
}
.AnyTagClassName
{
color: #BAD64A;
}
</style>
background-color css
<style>
a { background-color: #BAD64A; }
a { background-color: rgb(186,214,74); }
div.DivClassName
{
background-color: #BAD64A;
}
.BgClassName
{
background-color: #BAD64A;
}
</style>
border-color css
<style>
span { border-color: #BAD64A; }
span { border-color: rgb(186,214,74); }
td.TdClassName
{
border-color: #BAD64A;
}
.TagClassName
{
border-color: #BAD64A;
}
</style>