Shades of Conifer #BADD68
Tints of Conifer #BADD68
RGB
CMYK
RGB Variations
Color information
#BADD68 (or 0xBADD68) is known color: Conifer. HEX triplet: BA, DD and 68. RGB value is (186,221,104). Sum of RGB (Red+Green+Blue) = 186+221+104=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD68 is #452297. Grayscale: #C5C5C5. Windows color (decimal): -4530840 or 6872506. OLE color: 6872506.
HSL color Cylindrical-coordinate representation of color #BADD68: hue angle of 77.95º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BADD68 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 104 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.13 |
| HSL | 77.95º | 0.63% | 0.64% | - |
| HSV(B) | 77.95º | 0.53% | 0.87% | - |
| XYZ | 48.6 | 63.15 | 22.72 | - |
| YUV | 197.2 | 75.4 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 104 | 0.16 | 0 | 0.53 | 0.13 | 77.95 | 0.63 | 0.64 |
| Hex | BA | DD | 68 | 10 | 0 | 35 | D | 4E | 3F | 40 |
| Octal | 272 | 335 | 150 | 20 | 0 | 65 | 15 | 116 | 77 | 100 |
| Binary | 10111010 | 11011101 | 1101000 | 10000 | 0 | 110101 | 1101 | 1001110 | 111111 | 1000000 |
Color Harmonies of #BADD68
Complementary color
Monochromatic Colors of #BADD68
Black with #BADD68
Text Example
Text Example
White with #BADD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD68; }
p { color: rgb(186,221,104); }
H1.HeaderClassName
{
color: #BADD68;
}
.AnyTagClassName
{
color: #BADD68;
}
</style>
background-color css
<style>
a { background-color: #BADD68; }
a { background-color: rgb(186,221,104); }
div.DivClassName
{
background-color: #BADD68;
}
.BgClassName
{
background-color: #BADD68;
}
</style>
border-color css
<style>
span { border-color: #BADD68; }
span { border-color: rgb(186,221,104); }
td.TdClassName
{
border-color: #BADD68;
}
.TagClassName
{
border-color: #BADD68;
}
</style>