Shades of Conifer #B7DC5B
Tints of Conifer #B7DC5B
RGB
CMYK
RGB Variations
Color information
#B7DC5B (or 0xB7DC5B) is known color: Conifer. HEX triplet: B7, DC and 5B. RGB value is (183,220,91). Sum of RGB (Red+Green+Blue) = 183+220+91=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 91 (35.94% from 255 or 18.42% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DC5B is #4823A4. Grayscale: #C2C2C2. Windows color (decimal): -4727717 or 6020279. OLE color: 6020279.
HSL color Cylindrical-coordinate representation of color #B7DC5B: hue angle of 77.21º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B7DC5B is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 91 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.14 |
| HSL | 77.21º | 0.65% | 0.61% | - |
| HSV(B) | 77.21º | 0.59% | 0.86% | - |
| XYZ | 47.01 | 62.01 | 19.39 | - |
| YUV | 194.23 | 69.74 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 91 | 0.17 | 0 | 0.59 | 0.14 | 77.21 | 0.65 | 0.61 |
| Hex | B7 | DC | 5B | 11 | 0 | 3B | E | 4D | 41 | 3D |
| Octal | 267 | 334 | 133 | 21 | 0 | 73 | 16 | 115 | 101 | 75 |
| Binary | 10110111 | 11011100 | 1011011 | 10001 | 0 | 111011 | 1110 | 1001101 | 1000001 | 111101 |
Color Harmonies of #B7DC5B
Complementary color
Monochromatic Colors of #B7DC5B
Black with #B7DC5B
Text Example
Text Example
White with #B7DC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC5B; }
p { color: rgb(183,220,91); }
H1.HeaderClassName
{
color: #B7DC5B;
}
.AnyTagClassName
{
color: #B7DC5B;
}
</style>
background-color css
<style>
a { background-color: #B7DC5B; }
a { background-color: rgb(183,220,91); }
div.DivClassName
{
background-color: #B7DC5B;
}
.BgClassName
{
background-color: #B7DC5B;
}
</style>
border-color css
<style>
span { border-color: #B7DC5B; }
span { border-color: rgb(183,220,91); }
td.TdClassName
{
border-color: #B7DC5B;
}
.TagClassName
{
border-color: #B7DC5B;
}
</style>