Shades of Conifer #BADF4A
Tints of Conifer #BADF4A
RGB
CMYK
RGB Variations
Color information
#BADF4A (or 0xBADF4A) is known color: Conifer. HEX triplet: BA, DF and 4A. RGB value is (186,223,74). Sum of RGB (Red+Green+Blue) = 186+223+74=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADF4A is #4520B5. Grayscale: #C3C3C3. Windows color (decimal): -4530358 or 4906938. OLE color: 4906938.
HSL color Cylindrical-coordinate representation of color #BADF4A: hue angle of 74.9º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BADF4A is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 74 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.13 |
| HSL | 74.9º | 0.7% | 0.58% | - |
| HSV(B) | 74.9º | 0.67% | 0.87% | - |
| XYZ | 47.87 | 63.71 | 16.25 | - |
| YUV | 194.95 | 59.74 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 74 | 0.17 | 0 | 0.67 | 0.13 | 74.9 | 0.7 | 0.58 |
| Hex | BA | DF | 4A | 11 | 0 | 43 | D | 4B | 46 | 3A |
| Octal | 272 | 337 | 112 | 21 | 0 | 103 | 15 | 113 | 106 | 72 |
| Binary | 10111010 | 11011111 | 1001010 | 10001 | 0 | 1000011 | 1101 | 1001011 | 1000110 | 111010 |
Color Harmonies of #BADF4A
Complementary color
Monochromatic Colors of #BADF4A
Black with #BADF4A
Text Example
Text Example
White with #BADF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF4A; }
p { color: rgb(186,223,74); }
H1.HeaderClassName
{
color: #BADF4A;
}
.AnyTagClassName
{
color: #BADF4A;
}
</style>
background-color css
<style>
a { background-color: #BADF4A; }
a { background-color: rgb(186,223,74); }
div.DivClassName
{
background-color: #BADF4A;
}
.BgClassName
{
background-color: #BADF4A;
}
</style>
border-color css
<style>
span { border-color: #BADF4A; }
span { border-color: rgb(186,223,74); }
td.TdClassName
{
border-color: #BADF4A;
}
.TagClassName
{
border-color: #BADF4A;
}
</style>