Shades of Conifer #B6DC63
Tints of Conifer #B6DC63
RGB
CMYK
RGB Variations
Color information
#B6DC63 (or 0xB6DC63) is known color: Conifer. HEX triplet: B6, DC and 63. RGB value is (182,220,99). Sum of RGB (Red+Green+Blue) = 182+220+99=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DC63 is #49239C. Grayscale: #C3C3C3. Windows color (decimal): -4793245 or 6544566. OLE color: 6544566.
HSL color Cylindrical-coordinate representation of color #B6DC63: hue angle of 78.84º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B6DC63 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 220 | 99 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.14 |
| HSL | 78.84º | 0.63% | 0.63% | - |
| HSV(B) | 78.84º | 0.55% | 0.86% | - |
| XYZ | 47.14 | 62.03 | 21.29 | - |
| YUV | 194.84 | 73.91 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 220 | 99 | 0.17 | 0 | 0.55 | 0.14 | 78.84 | 0.63 | 0.63 |
| Hex | B6 | DC | 63 | 11 | 0 | 37 | E | 4F | 3F | 3F |
| Octal | 266 | 334 | 143 | 21 | 0 | 67 | 16 | 117 | 77 | 77 |
| Binary | 10110110 | 11011100 | 1100011 | 10001 | 0 | 110111 | 1110 | 1001111 | 111111 | 111111 |
Color Harmonies of #B6DC63
Complementary color
Monochromatic Colors of #B6DC63
Black with #B6DC63
Text Example
Text Example
White with #B6DC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DC63; }
p { color: rgb(182,220,99); }
H1.HeaderClassName
{
color: #B6DC63;
}
.AnyTagClassName
{
color: #B6DC63;
}
</style>
background-color css
<style>
a { background-color: #B6DC63; }
a { background-color: rgb(182,220,99); }
div.DivClassName
{
background-color: #B6DC63;
}
.BgClassName
{
background-color: #B6DC63;
}
</style>
border-color css
<style>
span { border-color: #B6DC63; }
span { border-color: rgb(182,220,99); }
td.TdClassName
{
border-color: #B6DC63;
}
.TagClassName
{
border-color: #B6DC63;
}
</style>