Shades of Conifer #BAD350
Tints of Conifer #BAD350
RGB
CMYK
RGB Variations
Color information
#BAD350 (or 0xBAD350) is known color: Conifer. HEX triplet: BA, D3 and 50. RGB value is (186,211,80). Sum of RGB (Red+Green+Blue) = 186+211+80=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD350 is #452CAF. Grayscale: #BDBDBD. Windows color (decimal): -4533424 or 5297082. OLE color: 5297082.
HSL color Cylindrical-coordinate representation of color #BAD350: hue angle of 71.45º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAD350 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 80 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.17 |
| HSL | 71.45º | 0.6% | 0.57% | - |
| HSV(B) | 71.45º | 0.62% | 0.83% | - |
| XYZ | 44.99 | 57.61 | 16.34 | - |
| YUV | 188.59 | 66.72 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 80 | 0.12 | 0 | 0.62 | 0.17 | 71.45 | 0.6 | 0.57 |
| Hex | BA | D3 | 50 | C | 0 | 3E | 11 | 47 | 3C | 39 |
| Octal | 272 | 323 | 120 | 14 | 0 | 76 | 21 | 107 | 74 | 71 |
| Binary | 10111010 | 11010011 | 1010000 | 1100 | 0 | 111110 | 10001 | 1000111 | 111100 | 111001 |
Color Harmonies of #BAD350
Complementary color
Monochromatic Colors of #BAD350
Black with #BAD350
Text Example
Text Example
White with #BAD350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD350; }
p { color: rgb(186,211,80); }
H1.HeaderClassName
{
color: #BAD350;
}
.AnyTagClassName
{
color: #BAD350;
}
</style>
background-color css
<style>
a { background-color: #BAD350; }
a { background-color: rgb(186,211,80); }
div.DivClassName
{
background-color: #BAD350;
}
.BgClassName
{
background-color: #BAD350;
}
</style>
border-color css
<style>
span { border-color: #BAD350; }
span { border-color: rgb(186,211,80); }
td.TdClassName
{
border-color: #BAD350;
}
.TagClassName
{
border-color: #BAD350;
}
</style>