Shades of Conifer #BADA54
Tints of Conifer #BADA54
RGB
CMYK
RGB Variations
Color information
#BADA54 (or 0xBADA54) is known color: Conifer. HEX triplet: BA, DA and 54. RGB value is (186,218,84). Sum of RGB (Red+Green+Blue) = 186+218+84=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 84 (33.20% from 255 or 17.21% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA54 is #4525AB. Grayscale: #C1C1C1. Windows color (decimal): -4531628 or 5561018. OLE color: 5561018.
HSL color Cylindrical-coordinate representation of color #BADA54: hue angle of 74.33º 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 #BADA54 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 84 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.15 |
| HSL | 74.33º | 0.64% | 0.59% | - |
| HSV(B) | 74.33º | 0.61% | 0.85% | - |
| XYZ | 46.92 | 61.22 | 17.73 | - |
| YUV | 193.16 | 66.4 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 84 | 0.15 | 0 | 0.61 | 0.15 | 74.33 | 0.64 | 0.59 |
| Hex | BA | DA | 54 | F | 0 | 3D | F | 4A | 40 | 3B |
| Octal | 272 | 332 | 124 | 17 | 0 | 75 | 17 | 112 | 100 | 73 |
| Binary | 10111010 | 11011010 | 1010100 | 1111 | 0 | 111101 | 1111 | 1001010 | 1000000 | 111011 |
Color Harmonies of #BADA54
Complementary color
Monochromatic Colors of #BADA54
Black with #BADA54
Text Example
Text Example
White with #BADA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA54; }
p { color: rgb(186,218,84); }
H1.HeaderClassName
{
color: #BADA54;
}
.AnyTagClassName
{
color: #BADA54;
}
</style>
background-color css
<style>
a { background-color: #BADA54; }
a { background-color: rgb(186,218,84); }
div.DivClassName
{
background-color: #BADA54;
}
.BgClassName
{
background-color: #BADA54;
}
</style>
border-color css
<style>
span { border-color: #BADA54; }
span { border-color: rgb(186,218,84); }
td.TdClassName
{
border-color: #BADA54;
}
.TagClassName
{
border-color: #BADA54;
}
</style>