Shades of Conifer #B6DC52
Tints of Conifer #B6DC52
RGB
CMYK
RGB Variations
Color information
#B6DC52 (or 0xB6DC52) is known color: Conifer. HEX triplet: B6, DC and 52. RGB value is (182,220,82). Sum of RGB (Red+Green+Blue) = 182+220+82=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DC52 is #4923AD. Grayscale: #C1C1C1. Windows color (decimal): -4793262 or 5430454. OLE color: 5430454.
HSL color Cylindrical-coordinate representation of color #B6DC52: hue angle of 76.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B6DC52 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 220 | 82 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.14 |
| HSL | 76.52º | 0.66% | 0.59% | - |
| HSV(B) | 76.52º | 0.63% | 0.86% | - |
| XYZ | 46.41 | 61.74 | 17.45 | - |
| YUV | 192.91 | 65.41 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 220 | 82 | 0.17 | 0 | 0.63 | 0.14 | 76.52 | 0.66 | 0.59 |
| Hex | B6 | DC | 52 | 11 | 0 | 3F | E | 4D | 42 | 3B |
| Octal | 266 | 334 | 122 | 21 | 0 | 77 | 16 | 115 | 102 | 73 |
| Binary | 10110110 | 11011100 | 1010010 | 10001 | 0 | 111111 | 1110 | 1001101 | 1000010 | 111011 |
Color Harmonies of #B6DC52
Complementary color
Monochromatic Colors of #B6DC52
Black with #B6DC52
Text Example
Text Example
White with #B6DC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DC52; }
p { color: rgb(182,220,82); }
H1.HeaderClassName
{
color: #B6DC52;
}
.AnyTagClassName
{
color: #B6DC52;
}
</style>
background-color css
<style>
a { background-color: #B6DC52; }
a { background-color: rgb(182,220,82); }
div.DivClassName
{
background-color: #B6DC52;
}
.BgClassName
{
background-color: #B6DC52;
}
</style>
border-color css
<style>
span { border-color: #B6DC52; }
span { border-color: rgb(182,220,82); }
td.TdClassName
{
border-color: #B6DC52;
}
.TagClassName
{
border-color: #B6DC52;
}
</style>