Shades of Conifer #BADC51
Tints of Conifer #BADC51
RGB
CMYK
RGB Variations
Color information
#BADC51 (or 0xBADC51) is known color: Conifer. HEX triplet: BA, DC and 51. RGB value is (186,220,81). Sum of RGB (Red+Green+Blue) = 186+220+81=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 81 (32.03% from 255 or 16.63% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC51 is #4523AE. Grayscale: #C2C2C2. Windows color (decimal): -4531119 or 5364922. OLE color: 5364922.
HSL color Cylindrical-coordinate representation of color #BADC51: hue angle of 74.68º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BADC51 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 81 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.14 |
| HSL | 74.68º | 0.67% | 0.59% | - |
| HSV(B) | 74.68º | 0.63% | 0.86% | - |
| XYZ | 47.33 | 62.22 | 17.3 | - |
| YUV | 193.99 | 64.24 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 81 | 0.15 | 0 | 0.63 | 0.14 | 74.68 | 0.67 | 0.59 |
| Hex | BA | DC | 51 | F | 0 | 3F | E | 4B | 43 | 3B |
| Octal | 272 | 334 | 121 | 17 | 0 | 77 | 16 | 113 | 103 | 73 |
| Binary | 10111010 | 11011100 | 1010001 | 1111 | 0 | 111111 | 1110 | 1001011 | 1000011 | 111011 |
Color Harmonies of #BADC51
Complementary color
Monochromatic Colors of #BADC51
Black with #BADC51
Text Example
Text Example
White with #BADC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC51; }
p { color: rgb(186,220,81); }
H1.HeaderClassName
{
color: #BADC51;
}
.AnyTagClassName
{
color: #BADC51;
}
</style>
background-color css
<style>
a { background-color: #BADC51; }
a { background-color: rgb(186,220,81); }
div.DivClassName
{
background-color: #BADC51;
}
.BgClassName
{
background-color: #BADC51;
}
</style>
border-color css
<style>
span { border-color: #BADC51; }
span { border-color: rgb(186,220,81); }
td.TdClassName
{
border-color: #BADC51;
}
.TagClassName
{
border-color: #BADC51;
}
</style>