Shades of Conifer #BADD5C
Tints of Conifer #BADD5C
RGB
CMYK
RGB Variations
Color information
#BADD5C (or 0xBADD5C) is known color: Conifer. HEX triplet: BA, DD and 5C. RGB value is (186,221,92). Sum of RGB (Red+Green+Blue) = 186+221+92=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD5C is #4522A3. Grayscale: #C4C4C4. Windows color (decimal): -4530852 or 6086074. OLE color: 6086074.
HSL color Cylindrical-coordinate representation of color #BADD5C: hue angle of 76.28º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BADD5C is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 92 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.13 |
| HSL | 76.28º | 0.65% | 0.61% | - |
| HSV(B) | 76.28º | 0.58% | 0.87% | - |
| XYZ | 48.04 | 62.92 | 19.74 | - |
| YUV | 195.83 | 69.4 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 92 | 0.16 | 0 | 0.58 | 0.13 | 76.28 | 0.65 | 0.61 |
| Hex | BA | DD | 5C | 10 | 0 | 3A | D | 4C | 41 | 3D |
| Octal | 272 | 335 | 134 | 20 | 0 | 72 | 15 | 114 | 101 | 75 |
| Binary | 10111010 | 11011101 | 1011100 | 10000 | 0 | 111010 | 1101 | 1001100 | 1000001 | 111101 |
Color Harmonies of #BADD5C
Complementary color
Monochromatic Colors of #BADD5C
Black with #BADD5C
Text Example
Text Example
White with #BADD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD5C; }
p { color: rgb(186,221,92); }
H1.HeaderClassName
{
color: #BADD5C;
}
.AnyTagClassName
{
color: #BADD5C;
}
</style>
background-color css
<style>
a { background-color: #BADD5C; }
a { background-color: rgb(186,221,92); }
div.DivClassName
{
background-color: #BADD5C;
}
.BgClassName
{
background-color: #BADD5C;
}
</style>
border-color css
<style>
span { border-color: #BADD5C; }
span { border-color: rgb(186,221,92); }
td.TdClassName
{
border-color: #BADD5C;
}
.TagClassName
{
border-color: #BADD5C;
}
</style>