Shades of Conifer #B7DB5C
Tints of Conifer #B7DB5C
RGB
CMYK
RGB Variations
Color information
#B7DB5C (or 0xB7DB5C) is known color: Conifer. HEX triplet: B7, DB and 5C. RGB value is (183,219,92). Sum of RGB (Red+Green+Blue) = 183+219+92=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DB5C is #4824A3. Grayscale: #C2C2C2. Windows color (decimal): -4727972 or 6085559. OLE color: 6085559.
HSL color Cylindrical-coordinate representation of color #B7DB5C: hue angle of 77.01º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7DB5C is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 92 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.14 |
| HSL | 77.01º | 0.64% | 0.61% | - |
| HSV(B) | 77.01º | 0.58% | 0.86% | - |
| XYZ | 46.79 | 61.5 | 19.53 | - |
| YUV | 193.76 | 70.57 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 92 | 0.16 | 0 | 0.58 | 0.14 | 77.01 | 0.64 | 0.61 |
| Hex | B7 | DB | 5C | 10 | 0 | 3A | E | 4D | 40 | 3D |
| Octal | 267 | 333 | 134 | 20 | 0 | 72 | 16 | 115 | 100 | 75 |
| Binary | 10110111 | 11011011 | 1011100 | 10000 | 0 | 111010 | 1110 | 1001101 | 1000000 | 111101 |
Color Harmonies of #B7DB5C
Complementary color
Monochromatic Colors of #B7DB5C
Black with #B7DB5C
Text Example
Text Example
White with #B7DB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DB5C; }
p { color: rgb(183,219,92); }
H1.HeaderClassName
{
color: #B7DB5C;
}
.AnyTagClassName
{
color: #B7DB5C;
}
</style>
background-color css
<style>
a { background-color: #B7DB5C; }
a { background-color: rgb(183,219,92); }
div.DivClassName
{
background-color: #B7DB5C;
}
.BgClassName
{
background-color: #B7DB5C;
}
</style>
border-color css
<style>
span { border-color: #B7DB5C; }
span { border-color: rgb(183,219,92); }
td.TdClassName
{
border-color: #B7DB5C;
}
.TagClassName
{
border-color: #B7DB5C;
}
</style>