Shades of Conifer #BAD552
Tints of Conifer #BAD552
RGB
CMYK
RGB Variations
Color information
#BAD552 (or 0xBAD552) is known color: Conifer. HEX triplet: BA, D5 and 52. RGB value is (186,213,82). Sum of RGB (Red+Green+Blue) = 186+213+82=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD552 is #452AAD. Grayscale: #BEBEBE. Windows color (decimal): -4532910 or 5428666. OLE color: 5428666.
HSL color Cylindrical-coordinate representation of color #BAD552: hue angle of 72.37º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAD552 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 213 | 82 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.16 |
| HSL | 72.37º | 0.61% | 0.58% | - |
| HSV(B) | 72.37º | 0.62% | 0.84% | - |
| XYZ | 45.57 | 58.64 | 16.9 | - |
| YUV | 189.99 | 67.05 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 213 | 82 | 0.13 | 0 | 0.62 | 0.16 | 72.37 | 0.61 | 0.58 |
| Hex | BA | D5 | 52 | D | 0 | 3E | 10 | 48 | 3D | 3A |
| Octal | 272 | 325 | 122 | 15 | 0 | 76 | 20 | 110 | 75 | 72 |
| Binary | 10111010 | 11010101 | 1010010 | 1101 | 0 | 111110 | 10000 | 1001000 | 111101 | 111010 |
Color Harmonies of #BAD552
Complementary color
Monochromatic Colors of #BAD552
Black with #BAD552
Text Example
Text Example
White with #BAD552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD552; }
p { color: rgb(186,213,82); }
H1.HeaderClassName
{
color: #BAD552;
}
.AnyTagClassName
{
color: #BAD552;
}
</style>
background-color css
<style>
a { background-color: #BAD552; }
a { background-color: rgb(186,213,82); }
div.DivClassName
{
background-color: #BAD552;
}
.BgClassName
{
background-color: #BAD552;
}
</style>
border-color css
<style>
span { border-color: #BAD552; }
span { border-color: rgb(186,213,82); }
td.TdClassName
{
border-color: #BAD552;
}
.TagClassName
{
border-color: #BAD552;
}
</style>