Shades of Conifer #BADF56
Tints of Conifer #BADF56
RGB
CMYK
RGB Variations
Color information
#BADF56 (or 0xBADF56) is known color: Conifer. HEX triplet: BA, DF and 56. RGB value is (186,223,86). Sum of RGB (Red+Green+Blue) = 186+223+86=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 86 (33.98% from 255 or 17.37% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF56 is #4520A9. Grayscale: #C4C4C4. Windows color (decimal): -4530346 or 5693370. OLE color: 5693370.
HSL color Cylindrical-coordinate representation of color #BADF56: hue angle of 76.2º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BADF56 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 86 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.13 |
| HSL | 76.2º | 0.68% | 0.61% | - |
| HSV(B) | 76.2º | 0.61% | 0.87% | - |
| XYZ | 48.32 | 63.89 | 18.59 | - |
| YUV | 196.32 | 65.74 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 86 | 0.17 | 0 | 0.61 | 0.13 | 76.2 | 0.68 | 0.61 |
| Hex | BA | DF | 56 | 11 | 0 | 3D | D | 4C | 44 | 3D |
| Octal | 272 | 337 | 126 | 21 | 0 | 75 | 15 | 114 | 104 | 75 |
| Binary | 10111010 | 11011111 | 1010110 | 10001 | 0 | 111101 | 1101 | 1001100 | 1000100 | 111101 |
Color Harmonies of #BADF56
Complementary color
Monochromatic Colors of #BADF56
Black with #BADF56
Text Example
Text Example
White with #BADF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF56; }
p { color: rgb(186,223,86); }
H1.HeaderClassName
{
color: #BADF56;
}
.AnyTagClassName
{
color: #BADF56;
}
</style>
background-color css
<style>
a { background-color: #BADF56; }
a { background-color: rgb(186,223,86); }
div.DivClassName
{
background-color: #BADF56;
}
.BgClassName
{
background-color: #BADF56;
}
</style>
border-color css
<style>
span { border-color: #BADF56; }
span { border-color: rgb(186,223,86); }
td.TdClassName
{
border-color: #BADF56;
}
.TagClassName
{
border-color: #BADF56;
}
</style>