Shades of Conifer #BAD558
Tints of Conifer #BAD558
RGB
CMYK
RGB Variations
Color information
#BAD558 (or 0xBAD558) is known color: Conifer. HEX triplet: BA, D5 and 58. RGB value is (186,213,88). Sum of RGB (Red+Green+Blue) = 186+213+88=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 88 (34.77% from 255 or 18.07% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD558 is #452AA7. Grayscale: #BFBFBF. Windows color (decimal): -4532904 or 5821882. OLE color: 5821882.
HSL color Cylindrical-coordinate representation of color #BAD558: hue angle of 72.96º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAD558 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 213 | 88 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.16 |
| HSL | 72.96º | 0.6% | 0.59% | - |
| HSV(B) | 72.96º | 0.59% | 0.84% | - |
| XYZ | 45.81 | 58.73 | 18.15 | - |
| YUV | 190.68 | 70.05 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 213 | 88 | 0.13 | 0 | 0.59 | 0.16 | 72.96 | 0.6 | 0.59 |
| Hex | BA | D5 | 58 | D | 0 | 3B | 10 | 49 | 3C | 3B |
| Octal | 272 | 325 | 130 | 15 | 0 | 73 | 20 | 111 | 74 | 73 |
| Binary | 10111010 | 11010101 | 1011000 | 1101 | 0 | 111011 | 10000 | 1001001 | 111100 | 111011 |
Color Harmonies of #BAD558
Complementary color
Monochromatic Colors of #BAD558
Black with #BAD558
Text Example
Text Example
White with #BAD558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD558; }
p { color: rgb(186,213,88); }
H1.HeaderClassName
{
color: #BAD558;
}
.AnyTagClassName
{
color: #BAD558;
}
</style>
background-color css
<style>
a { background-color: #BAD558; }
a { background-color: rgb(186,213,88); }
div.DivClassName
{
background-color: #BAD558;
}
.BgClassName
{
background-color: #BAD558;
}
</style>
border-color css
<style>
span { border-color: #BAD558; }
span { border-color: rgb(186,213,88); }
td.TdClassName
{
border-color: #BAD558;
}
.TagClassName
{
border-color: #BAD558;
}
</style>