Shades of Conifer #B4D961
Tints of Conifer #B4D961
RGB
CMYK
RGB Variations
Color information
#B4D961 (or 0xB4D961) is known color: Conifer. HEX triplet: B4, D9 and 61. RGB value is (180,217,97). Sum of RGB (Red+Green+Blue) = 180+217+97=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 97 (38.28% from 255 or 19.64% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D961 is #4B269E. Grayscale: #C0C0C0. Windows color (decimal): -4925087 or 6412724. OLE color: 6412724.
HSL color Cylindrical-coordinate representation of color #B4D961: hue angle of 78.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B4D961 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 97 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.15 |
| HSL | 78.5º | 0.61% | 0.62% | - |
| HSV(B) | 78.5º | 0.55% | 0.85% | - |
| XYZ | 45.79 | 60.19 | 20.51 | - |
| YUV | 192.26 | 74.24 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 97 | 0.17 | 0 | 0.55 | 0.15 | 78.5 | 0.61 | 0.62 |
| Hex | B4 | D9 | 61 | 11 | 0 | 37 | F | 4E | 3D | 3E |
| Octal | 264 | 331 | 141 | 21 | 0 | 67 | 17 | 116 | 75 | 76 |
| Binary | 10110100 | 11011001 | 1100001 | 10001 | 0 | 110111 | 1111 | 1001110 | 111101 | 111110 |
Color Harmonies of #B4D961
Complementary color
Monochromatic Colors of #B4D961
Black with #B4D961
Text Example
Text Example
White with #B4D961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D961; }
p { color: rgb(180,217,97); }
H1.HeaderClassName
{
color: #B4D961;
}
.AnyTagClassName
{
color: #B4D961;
}
</style>
background-color css
<style>
a { background-color: #B4D961; }
a { background-color: rgb(180,217,97); }
div.DivClassName
{
background-color: #B4D961;
}
.BgClassName
{
background-color: #B4D961;
}
</style>
border-color css
<style>
span { border-color: #B4D961; }
span { border-color: rgb(180,217,97); }
td.TdClassName
{
border-color: #B4D961;
}
.TagClassName
{
border-color: #B4D961;
}
</style>