Shades of Conifer #BAD54D
Tints of Conifer #BAD54D
RGB
CMYK
RGB Variations
Color information
#BAD54D (or 0xBAD54D) is known color: Conifer. HEX triplet: BA, D5 and 4D. RGB value is (186,213,77). Sum of RGB (Red+Green+Blue) = 186+213+77=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 77 (30.47% from 255 or 16.18% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD54D is #452AB2. Grayscale: #BDBDBD. Windows color (decimal): -4532915 or 5100986. OLE color: 5100986.
HSL color Cylindrical-coordinate representation of color #BAD54D: hue angle of 71.91º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAD54D is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 213 | 77 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.16 |
| HSL | 71.91º | 0.62% | 0.57% | - |
| HSV(B) | 71.91º | 0.64% | 0.84% | - |
| XYZ | 45.38 | 58.56 | 15.93 | - |
| YUV | 189.42 | 64.55 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 213 | 77 | 0.13 | 0 | 0.64 | 0.16 | 71.91 | 0.62 | 0.57 |
| Hex | BA | D5 | 4D | D | 0 | 40 | 10 | 48 | 3E | 39 |
| Octal | 272 | 325 | 115 | 15 | 0 | 100 | 20 | 110 | 76 | 71 |
| Binary | 10111010 | 11010101 | 1001101 | 1101 | 0 | 1000000 | 10000 | 1001000 | 111110 | 111001 |
Color Harmonies of #BAD54D
Complementary color
Monochromatic Colors of #BAD54D
Black with #BAD54D
Text Example
Text Example
White with #BAD54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD54D; }
p { color: rgb(186,213,77); }
H1.HeaderClassName
{
color: #BAD54D;
}
.AnyTagClassName
{
color: #BAD54D;
}
</style>
background-color css
<style>
a { background-color: #BAD54D; }
a { background-color: rgb(186,213,77); }
div.DivClassName
{
background-color: #BAD54D;
}
.BgClassName
{
background-color: #BAD54D;
}
</style>
border-color css
<style>
span { border-color: #BAD54D; }
span { border-color: rgb(186,213,77); }
td.TdClassName
{
border-color: #BAD54D;
}
.TagClassName
{
border-color: #BAD54D;
}
</style>