Shades of Conifer #BAD74A
Tints of Conifer #BAD74A
RGB
CMYK
RGB Variations
Color information
#BAD74A (or 0xBAD74A) is known color: Conifer. HEX triplet: BA, D7 and 4A. RGB value is (186,215,74). Sum of RGB (Red+Green+Blue) = 186+215+74=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD74A is #4528B5. Grayscale: #BEBEBE. Windows color (decimal): -4532406 or 4904890. OLE color: 4904890.
HSL color Cylindrical-coordinate representation of color #BAD74A: hue angle of 72.34º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAD74A is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 215 | 74 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.16 |
| HSL | 72.34º | 0.64% | 0.57% | - |
| HSV(B) | 72.34º | 0.66% | 0.84% | - |
| XYZ | 45.79 | 59.53 | 15.56 | - |
| YUV | 190.26 | 62.39 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 215 | 74 | 0.13 | 0 | 0.66 | 0.16 | 72.34 | 0.64 | 0.57 |
| Hex | BA | D7 | 4A | D | 0 | 42 | 10 | 48 | 40 | 39 |
| Octal | 272 | 327 | 112 | 15 | 0 | 102 | 20 | 110 | 100 | 71 |
| Binary | 10111010 | 11010111 | 1001010 | 1101 | 0 | 1000010 | 10000 | 1001000 | 1000000 | 111001 |
Color Harmonies of #BAD74A
Complementary color
Monochromatic Colors of #BAD74A
Black with #BAD74A
Text Example
Text Example
White with #BAD74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD74A; }
p { color: rgb(186,215,74); }
H1.HeaderClassName
{
color: #BAD74A;
}
.AnyTagClassName
{
color: #BAD74A;
}
</style>
background-color css
<style>
a { background-color: #BAD74A; }
a { background-color: rgb(186,215,74); }
div.DivClassName
{
background-color: #BAD74A;
}
.BgClassName
{
background-color: #BAD74A;
}
</style>
border-color css
<style>
span { border-color: #BAD74A; }
span { border-color: rgb(186,215,74); }
td.TdClassName
{
border-color: #BAD74A;
}
.TagClassName
{
border-color: #BAD74A;
}
</style>