Shades of Conifer #BADA4B
Tints of Conifer #BADA4B
RGB
CMYK
RGB Variations
Color information
#BADA4B (or 0xBADA4B) is known color: Conifer. HEX triplet: BA, DA and 4B. RGB value is (186,218,75). Sum of RGB (Red+Green+Blue) = 186+218+75=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADA4B is #4525B4. Grayscale: #C0C0C0. Windows color (decimal): -4531637 or 4971194. OLE color: 4971194.
HSL color Cylindrical-coordinate representation of color #BADA4B: hue angle of 73.43º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BADA4B is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 75 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.15 |
| HSL | 73.43º | 0.66% | 0.57% | - |
| HSV(B) | 73.43º | 0.66% | 0.85% | - |
| XYZ | 46.59 | 61.09 | 15.99 | - |
| YUV | 192.13 | 61.9 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 75 | 0.15 | 0 | 0.66 | 0.15 | 73.43 | 0.66 | 0.57 |
| Hex | BA | DA | 4B | F | 0 | 42 | F | 49 | 42 | 39 |
| Octal | 272 | 332 | 113 | 17 | 0 | 102 | 17 | 111 | 102 | 71 |
| Binary | 10111010 | 11011010 | 1001011 | 1111 | 0 | 1000010 | 1111 | 1001001 | 1000010 | 111001 |
Color Harmonies of #BADA4B
Complementary color
Monochromatic Colors of #BADA4B
Black with #BADA4B
Text Example
Text Example
White with #BADA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA4B; }
p { color: rgb(186,218,75); }
H1.HeaderClassName
{
color: #BADA4B;
}
.AnyTagClassName
{
color: #BADA4B;
}
</style>
background-color css
<style>
a { background-color: #BADA4B; }
a { background-color: rgb(186,218,75); }
div.DivClassName
{
background-color: #BADA4B;
}
.BgClassName
{
background-color: #BADA4B;
}
</style>
border-color css
<style>
span { border-color: #BADA4B; }
span { border-color: rgb(186,218,75); }
td.TdClassName
{
border-color: #BADA4B;
}
.TagClassName
{
border-color: #BADA4B;
}
</style>