Shades of Conifer #B7D953
Tints of Conifer #B7D953
RGB
CMYK
RGB Variations
Color information
#B7D953 (or 0xB7D953) is known color: Conifer. HEX triplet: B7, D9 and 53. RGB value is (183,217,83). Sum of RGB (Red+Green+Blue) = 183+217+83=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 83 (32.81% from 255 or 17.18% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D953 is #4826AC. Grayscale: #C0C0C0. Windows color (decimal): -4728493 or 5495223. OLE color: 5495223.
HSL color Cylindrical-coordinate representation of color #B7D953: hue angle of 75.22º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7D953 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 83 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.15 |
| HSL | 75.22º | 0.64% | 0.59% | - |
| HSV(B) | 75.22º | 0.62% | 0.85% | - |
| XYZ | 45.9 | 60.32 | 17.41 | - |
| YUV | 191.56 | 66.74 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 83 | 0.16 | 0 | 0.62 | 0.15 | 75.22 | 0.64 | 0.59 |
| Hex | B7 | D9 | 53 | 10 | 0 | 3E | F | 4B | 40 | 3B |
| Octal | 267 | 331 | 123 | 20 | 0 | 76 | 17 | 113 | 100 | 73 |
| Binary | 10110111 | 11011001 | 1010011 | 10000 | 0 | 111110 | 1111 | 1001011 | 1000000 | 111011 |
Color Harmonies of #B7D953
Complementary color
Monochromatic Colors of #B7D953
Black with #B7D953
Text Example
Text Example
White with #B7D953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D953; }
p { color: rgb(183,217,83); }
H1.HeaderClassName
{
color: #B7D953;
}
.AnyTagClassName
{
color: #B7D953;
}
</style>
background-color css
<style>
a { background-color: #B7D953; }
a { background-color: rgb(183,217,83); }
div.DivClassName
{
background-color: #B7D953;
}
.BgClassName
{
background-color: #B7D953;
}
</style>
border-color css
<style>
span { border-color: #B7D953; }
span { border-color: rgb(183,217,83); }
td.TdClassName
{
border-color: #B7D953;
}
.TagClassName
{
border-color: #B7D953;
}
</style>