Shades of Conifer #BADE59
Tints of Conifer #BADE59
RGB
CMYK
RGB Variations
Color information
#BADE59 (or 0xBADE59) is known color: Conifer. HEX triplet: BA, DE and 59. RGB value is (186,222,89). Sum of RGB (Red+Green+Blue) = 186+222+89=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 89 (35.16% from 255 or 17.91% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE59 is #4521A6. Grayscale: #C4C4C4. Windows color (decimal): -4530599 or 5889722. OLE color: 5889722.
HSL color Cylindrical-coordinate representation of color #BADE59: hue angle of 76.24º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BADE59 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 89 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.13 |
| HSL | 76.24º | 0.67% | 0.61% | - |
| HSV(B) | 76.24º | 0.6% | 0.87% | - |
| XYZ | 48.17 | 63.4 | 19.15 | - |
| YUV | 196.07 | 67.57 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 89 | 0.16 | 0 | 0.60 | 0.13 | 76.24 | 0.67 | 0.61 |
| Hex | BA | DE | 59 | 10 | 0 | 3C | D | 4C | 43 | 3D |
| Octal | 272 | 336 | 131 | 20 | 0 | 74 | 15 | 114 | 103 | 75 |
| Binary | 10111010 | 11011110 | 1011001 | 10000 | 0 | 111100 | 1101 | 1001100 | 1000011 | 111101 |
Color Harmonies of #BADE59
Complementary color
Monochromatic Colors of #BADE59
Black with #BADE59
Text Example
Text Example
White with #BADE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE59; }
p { color: rgb(186,222,89); }
H1.HeaderClassName
{
color: #BADE59;
}
.AnyTagClassName
{
color: #BADE59;
}
</style>
background-color css
<style>
a { background-color: #BADE59; }
a { background-color: rgb(186,222,89); }
div.DivClassName
{
background-color: #BADE59;
}
.BgClassName
{
background-color: #BADE59;
}
</style>
border-color css
<style>
span { border-color: #BADE59; }
span { border-color: rgb(186,222,89); }
td.TdClassName
{
border-color: #BADE59;
}
.TagClassName
{
border-color: #BADE59;
}
</style>