Shades of Conifer #BAD951
Tints of Conifer #BAD951
RGB
CMYK
RGB Variations
Color information
#BAD951 (or 0xBAD951) is known color: Conifer. HEX triplet: BA, D9 and 51. RGB value is (186,217,81). Sum of RGB (Red+Green+Blue) = 186+217+81=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 81 (32.03% from 255 or 16.74% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD951 is #4526AE. Grayscale: #C0C0C0. Windows color (decimal): -4531887 or 5364154. OLE color: 5364154.
HSL color Cylindrical-coordinate representation of color #BAD951: hue angle of 73.68º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAD951 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 217 | 81 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.15 |
| HSL | 73.68º | 0.64% | 0.58% | - |
| HSV(B) | 73.68º | 0.63% | 0.85% | - |
| XYZ | 46.55 | 60.66 | 17.04 | - |
| YUV | 192.23 | 65.23 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 217 | 81 | 0.14 | 0 | 0.63 | 0.15 | 73.68 | 0.64 | 0.58 |
| Hex | BA | D9 | 51 | E | 0 | 3F | F | 4A | 40 | 3A |
| Octal | 272 | 331 | 121 | 16 | 0 | 77 | 17 | 112 | 100 | 72 |
| Binary | 10111010 | 11011001 | 1010001 | 1110 | 0 | 111111 | 1111 | 1001010 | 1000000 | 111010 |
Color Harmonies of #BAD951
Complementary color
Monochromatic Colors of #BAD951
Black with #BAD951
Text Example
Text Example
White with #BAD951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD951; }
p { color: rgb(186,217,81); }
H1.HeaderClassName
{
color: #BAD951;
}
.AnyTagClassName
{
color: #BAD951;
}
</style>
background-color css
<style>
a { background-color: #BAD951; }
a { background-color: rgb(186,217,81); }
div.DivClassName
{
background-color: #BAD951;
}
.BgClassName
{
background-color: #BAD951;
}
</style>
border-color css
<style>
span { border-color: #BAD951; }
span { border-color: rgb(186,217,81); }
td.TdClassName
{
border-color: #BAD951;
}
.TagClassName
{
border-color: #BAD951;
}
</style>