Shades of Conifer #BADF4C
Tints of Conifer #BADF4C
RGB
CMYK
RGB Variations
Color information
#BADF4C (or 0xBADF4C) is known color: Conifer. HEX triplet: BA, DF and 4C. RGB value is (186,223,76). Sum of RGB (Red+Green+Blue) = 186+223+76=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADF4C is #4520B3. Grayscale: #C3C3C3. Windows color (decimal): -4530356 or 5038010. OLE color: 5038010.
HSL color Cylindrical-coordinate representation of color #BADF4C: hue angle of 75.1º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BADF4C is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 76 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.13 |
| HSL | 75.1º | 0.7% | 0.59% | - |
| HSV(B) | 75.1º | 0.66% | 0.87% | - |
| XYZ | 47.94 | 63.74 | 16.61 | - |
| YUV | 195.18 | 60.74 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 76 | 0.17 | 0 | 0.66 | 0.13 | 75.1 | 0.7 | 0.59 |
| Hex | BA | DF | 4C | 11 | 0 | 42 | D | 4B | 46 | 3B |
| Octal | 272 | 337 | 114 | 21 | 0 | 102 | 15 | 113 | 106 | 73 |
| Binary | 10111010 | 11011111 | 1001100 | 10001 | 0 | 1000010 | 1101 | 1001011 | 1000110 | 111011 |
Color Harmonies of #BADF4C
Complementary color
Monochromatic Colors of #BADF4C
Black with #BADF4C
Text Example
Text Example
White with #BADF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF4C; }
p { color: rgb(186,223,76); }
H1.HeaderClassName
{
color: #BADF4C;
}
.AnyTagClassName
{
color: #BADF4C;
}
</style>
background-color css
<style>
a { background-color: #BADF4C; }
a { background-color: rgb(186,223,76); }
div.DivClassName
{
background-color: #BADF4C;
}
.BgClassName
{
background-color: #BADF4C;
}
</style>
border-color css
<style>
span { border-color: #BADF4C; }
span { border-color: rgb(186,223,76); }
td.TdClassName
{
border-color: #BADF4C;
}
.TagClassName
{
border-color: #BADF4C;
}
</style>