Shades of Conifer #B4D562
Tints of Conifer #B4D562
RGB
CMYK
RGB Variations
Color information
#B4D562 (or 0xB4D562) is known color: Conifer. HEX triplet: B4, D5 and 62. RGB value is (180,213,98). Sum of RGB (Red+Green+Blue) = 180+213+98=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D562 is #4B2A9D. Grayscale: #BEBEBE. Windows color (decimal): -4926110 or 6477236. OLE color: 6477236.
HSL color Cylindrical-coordinate representation of color #B4D562: hue angle of 77.22º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4D562 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 213 | 98 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.16 |
| HSL | 77.22º | 0.58% | 0.61% | - |
| HSV(B) | 77.22º | 0.54% | 0.84% | - |
| XYZ | 44.82 | 58.17 | 20.42 | - |
| YUV | 190.02 | 76.07 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 98 | 0.15 | 0 | 0.54 | 0.16 | 77.22 | 0.58 | 0.61 |
| Hex | B4 | D5 | 62 | F | 0 | 36 | 10 | 4D | 3A | 3D |
| Octal | 264 | 325 | 142 | 17 | 0 | 66 | 20 | 115 | 72 | 75 |
| Binary | 10110100 | 11010101 | 1100010 | 1111 | 0 | 110110 | 10000 | 1001101 | 111010 | 111101 |
Color Harmonies of #B4D562
Complementary color
Monochromatic Colors of #B4D562
Black with #B4D562
Text Example
Text Example
White with #B4D562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D562; }
p { color: rgb(180,213,98); }
H1.HeaderClassName
{
color: #B4D562;
}
.AnyTagClassName
{
color: #B4D562;
}
</style>
background-color css
<style>
a { background-color: #B4D562; }
a { background-color: rgb(180,213,98); }
div.DivClassName
{
background-color: #B4D562;
}
.BgClassName
{
background-color: #B4D562;
}
</style>
border-color css
<style>
span { border-color: #B4D562; }
span { border-color: rgb(180,213,98); }
td.TdClassName
{
border-color: #B4D562;
}
.TagClassName
{
border-color: #B4D562;
}
</style>