Shades of Conifer #BADC4B
Tints of Conifer #BADC4B
RGB
CMYK
RGB Variations
Color information
#BADC4B (or 0xBADC4B) is known color: Conifer. HEX triplet: BA, DC and 4B. RGB value is (186,220,75). Sum of RGB (Red+Green+Blue) = 186+220+75=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADC4B is #4523B4. Grayscale: #C1C1C1. Windows color (decimal): -4531125 or 4971706. OLE color: 4971706.
HSL color Cylindrical-coordinate representation of color #BADC4B: hue angle of 74.07º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BADC4B is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 75 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.14 |
| HSL | 74.07º | 0.67% | 0.58% | - |
| HSV(B) | 74.07º | 0.66% | 0.86% | - |
| XYZ | 47.11 | 62.13 | 16.17 | - |
| YUV | 193.3 | 61.24 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 75 | 0.15 | 0 | 0.66 | 0.14 | 74.07 | 0.67 | 0.58 |
| Hex | BA | DC | 4B | F | 0 | 42 | E | 4A | 43 | 3A |
| Octal | 272 | 334 | 113 | 17 | 0 | 102 | 16 | 112 | 103 | 72 |
| Binary | 10111010 | 11011100 | 1001011 | 1111 | 0 | 1000010 | 1110 | 1001010 | 1000011 | 111010 |
Color Harmonies of #BADC4B
Complementary color
Monochromatic Colors of #BADC4B
Black with #BADC4B
Text Example
Text Example
White with #BADC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC4B; }
p { color: rgb(186,220,75); }
H1.HeaderClassName
{
color: #BADC4B;
}
.AnyTagClassName
{
color: #BADC4B;
}
</style>
background-color css
<style>
a { background-color: #BADC4B; }
a { background-color: rgb(186,220,75); }
div.DivClassName
{
background-color: #BADC4B;
}
.BgClassName
{
background-color: #BADC4B;
}
</style>
border-color css
<style>
span { border-color: #BADC4B; }
span { border-color: rgb(186,220,75); }
td.TdClassName
{
border-color: #BADC4B;
}
.TagClassName
{
border-color: #BADC4B;
}
</style>