Shades of Conifer #B4D964
Tints of Conifer #B4D964
RGB
CMYK
RGB Variations
Color information
#B4D964 (or 0xB4D964) is known color: Conifer. HEX triplet: B4, D9 and 64. RGB value is (180,217,100). Sum of RGB (Red+Green+Blue) = 180+217+100=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D964 is #4B269B. Grayscale: #C1C1C1. Windows color (decimal): -4925084 or 6609332. OLE color: 6609332.
HSL color Cylindrical-coordinate representation of color #B4D964: hue angle of 78.97º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4D964 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 100 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.15 |
| HSL | 78.97º | 0.61% | 0.62% | - |
| HSV(B) | 78.97º | 0.54% | 0.85% | - |
| XYZ | 45.94 | 60.25 | 21.26 | - |
| YUV | 192.6 | 75.74 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 100 | 0.17 | 0 | 0.54 | 0.15 | 78.97 | 0.61 | 0.62 |
| Hex | B4 | D9 | 64 | 11 | 0 | 36 | F | 4F | 3D | 3E |
| Octal | 264 | 331 | 144 | 21 | 0 | 66 | 17 | 117 | 75 | 76 |
| Binary | 10110100 | 11011001 | 1100100 | 10001 | 0 | 110110 | 1111 | 1001111 | 111101 | 111110 |
Color Harmonies of #B4D964
Complementary color
Monochromatic Colors of #B4D964
Black with #B4D964
Text Example
Text Example
White with #B4D964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D964; }
p { color: rgb(180,217,100); }
H1.HeaderClassName
{
color: #B4D964;
}
.AnyTagClassName
{
color: #B4D964;
}
</style>
background-color css
<style>
a { background-color: #B4D964; }
a { background-color: rgb(180,217,100); }
div.DivClassName
{
background-color: #B4D964;
}
.BgClassName
{
background-color: #B4D964;
}
</style>
border-color css
<style>
span { border-color: #B4D964; }
span { border-color: rgb(180,217,100); }
td.TdClassName
{
border-color: #B4D964;
}
.TagClassName
{
border-color: #B4D964;
}
</style>