Shades of Conifer #BADE5D
Tints of Conifer #BADE5D
RGB
CMYK
RGB Variations
Color information
#BADE5D (or 0xBADE5D) is known color: Conifer. HEX triplet: BA, DE and 5D. RGB value is (186,222,93). Sum of RGB (Red+Green+Blue) = 186+222+93=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE5D is #4521A2. Grayscale: #C5C5C5. Windows color (decimal): -4530595 or 6151866. OLE color: 6151866.
HSL color Cylindrical-coordinate representation of color #BADE5D: hue angle of 76.74º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BADE5D is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 93 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.13 |
| HSL | 76.74º | 0.66% | 0.62% | - |
| HSV(B) | 76.74º | 0.58% | 0.87% | - |
| XYZ | 48.35 | 63.47 | 20.06 | - |
| YUV | 196.53 | 69.57 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 93 | 0.16 | 0 | 0.58 | 0.13 | 76.74 | 0.66 | 0.62 |
| Hex | BA | DE | 5D | 10 | 0 | 3A | D | 4D | 42 | 3E |
| Octal | 272 | 336 | 135 | 20 | 0 | 72 | 15 | 115 | 102 | 76 |
| Binary | 10111010 | 11011110 | 1011101 | 10000 | 0 | 111010 | 1101 | 1001101 | 1000010 | 111110 |
Color Harmonies of #BADE5D
Complementary color
Monochromatic Colors of #BADE5D
Black with #BADE5D
Text Example
Text Example
White with #BADE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE5D; }
p { color: rgb(186,222,93); }
H1.HeaderClassName
{
color: #BADE5D;
}
.AnyTagClassName
{
color: #BADE5D;
}
</style>
background-color css
<style>
a { background-color: #BADE5D; }
a { background-color: rgb(186,222,93); }
div.DivClassName
{
background-color: #BADE5D;
}
.BgClassName
{
background-color: #BADE5D;
}
</style>
border-color css
<style>
span { border-color: #BADE5D; }
span { border-color: rgb(186,222,93); }
td.TdClassName
{
border-color: #BADE5D;
}
.TagClassName
{
border-color: #BADE5D;
}
</style>