Shades of Conifer #B7DC49
Tints of Conifer #B7DC49
RGB
CMYK
RGB Variations
Color information
#B7DC49 (or 0xB7DC49) is known color: Conifer. HEX triplet: B7, DC and 49. RGB value is (183,220,73). Sum of RGB (Red+Green+Blue) = 183+220+73=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DC49 is #4823B6. Grayscale: #C0C0C0. Windows color (decimal): -4727735 or 4840631. OLE color: 4840631.
HSL color Cylindrical-coordinate representation of color #B7DC49: hue angle of 75.1º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7DC49 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 73 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.14 |
| HSL | 75.1º | 0.68% | 0.57% | - |
| HSV(B) | 75.1º | 0.67% | 0.86% | - |
| XYZ | 46.32 | 61.73 | 15.78 | - |
| YUV | 192.18 | 60.74 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 73 | 0.17 | 0 | 0.67 | 0.14 | 75.1 | 0.68 | 0.57 |
| Hex | B7 | DC | 49 | 11 | 0 | 43 | E | 4B | 44 | 39 |
| Octal | 267 | 334 | 111 | 21 | 0 | 103 | 16 | 113 | 104 | 71 |
| Binary | 10110111 | 11011100 | 1001001 | 10001 | 0 | 1000011 | 1110 | 1001011 | 1000100 | 111001 |
Color Harmonies of #B7DC49
Complementary color
Monochromatic Colors of #B7DC49
Black with #B7DC49
Text Example
Text Example
White with #B7DC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC49; }
p { color: rgb(183,220,73); }
H1.HeaderClassName
{
color: #B7DC49;
}
.AnyTagClassName
{
color: #B7DC49;
}
</style>
background-color css
<style>
a { background-color: #B7DC49; }
a { background-color: rgb(183,220,73); }
div.DivClassName
{
background-color: #B7DC49;
}
.BgClassName
{
background-color: #B7DC49;
}
</style>
border-color css
<style>
span { border-color: #B7DC49; }
span { border-color: rgb(183,220,73); }
td.TdClassName
{
border-color: #B7DC49;
}
.TagClassName
{
border-color: #B7DC49;
}
</style>