Shades of Conifer #B7DC68
Tints of Conifer #B7DC68
RGB
CMYK
RGB Variations
Color information
#B7DC68 (or 0xB7DC68) is known color: Conifer. HEX triplet: B7, DC and 68. RGB value is (183,220,104). Sum of RGB (Red+Green+Blue) = 183+220+104=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DC68 is #482397. Grayscale: #C4C4C4. Windows color (decimal): -4727704 or 6872247. OLE color: 6872247.
HSL color Cylindrical-coordinate representation of color #B7DC68: hue angle of 79.14º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B7DC68 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 104 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.14 |
| HSL | 79.14º | 0.62% | 0.64% | - |
| HSV(B) | 79.14º | 0.53% | 0.86% | - |
| XYZ | 47.62 | 62.25 | 22.6 | - |
| YUV | 195.71 | 76.24 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 104 | 0.17 | 0 | 0.53 | 0.14 | 79.14 | 0.62 | 0.64 |
| Hex | B7 | DC | 68 | 11 | 0 | 35 | E | 4F | 3E | 40 |
| Octal | 267 | 334 | 150 | 21 | 0 | 65 | 16 | 117 | 76 | 100 |
| Binary | 10110111 | 11011100 | 1101000 | 10001 | 0 | 110101 | 1110 | 1001111 | 111110 | 1000000 |
Color Harmonies of #B7DC68
Complementary color
Monochromatic Colors of #B7DC68
Black with #B7DC68
Text Example
Text Example
White with #B7DC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC68; }
p { color: rgb(183,220,104); }
H1.HeaderClassName
{
color: #B7DC68;
}
.AnyTagClassName
{
color: #B7DC68;
}
</style>
background-color css
<style>
a { background-color: #B7DC68; }
a { background-color: rgb(183,220,104); }
div.DivClassName
{
background-color: #B7DC68;
}
.BgClassName
{
background-color: #B7DC68;
}
</style>
border-color css
<style>
span { border-color: #B7DC68; }
span { border-color: rgb(183,220,104); }
td.TdClassName
{
border-color: #B7DC68;
}
.TagClassName
{
border-color: #B7DC68;
}
</style>