Shades of Conifer #BAD954
Tints of Conifer #BAD954
RGB
CMYK
RGB Variations
Color information
#BAD954 (or 0xBAD954) is known color: Conifer. HEX triplet: BA, D9 and 54. RGB value is (186,217,84). Sum of RGB (Red+Green+Blue) = 186+217+84=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 84 (33.20% from 255 or 17.25% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD954 is #4526AB. Grayscale: #C1C1C1. Windows color (decimal): -4531884 or 5560762. OLE color: 5560762.
HSL color Cylindrical-coordinate representation of color #BAD954: hue angle of 73.98º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAD954 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 217 | 84 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.15 |
| HSL | 73.98º | 0.64% | 0.59% | - |
| HSV(B) | 73.98º | 0.61% | 0.85% | - |
| XYZ | 46.66 | 60.7 | 17.65 | - |
| YUV | 192.57 | 66.73 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 217 | 84 | 0.14 | 0 | 0.61 | 0.15 | 73.98 | 0.64 | 0.59 |
| Hex | BA | D9 | 54 | E | 0 | 3D | F | 4A | 40 | 3B |
| Octal | 272 | 331 | 124 | 16 | 0 | 75 | 17 | 112 | 100 | 73 |
| Binary | 10111010 | 11011001 | 1010100 | 1110 | 0 | 111101 | 1111 | 1001010 | 1000000 | 111011 |
Color Harmonies of #BAD954
Complementary color
Monochromatic Colors of #BAD954
Black with #BAD954
Text Example
Text Example
White with #BAD954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD954; }
p { color: rgb(186,217,84); }
H1.HeaderClassName
{
color: #BAD954;
}
.AnyTagClassName
{
color: #BAD954;
}
</style>
background-color css
<style>
a { background-color: #BAD954; }
a { background-color: rgb(186,217,84); }
div.DivClassName
{
background-color: #BAD954;
}
.BgClassName
{
background-color: #BAD954;
}
</style>
border-color css
<style>
span { border-color: #BAD954; }
span { border-color: rgb(186,217,84); }
td.TdClassName
{
border-color: #BAD954;
}
.TagClassName
{
border-color: #BAD954;
}
</style>