Shades of Conifer #B8D962
Tints of Conifer #B8D962
RGB
CMYK
RGB Variations
Color information
#B8D962 (or 0xB8D962) is known color: Conifer. HEX triplet: B8, D9 and 62. RGB value is (184,217,98). Sum of RGB (Red+Green+Blue) = 184+217+98=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D962 is #47269D. Grayscale: #C2C2C2. Windows color (decimal): -4662942 or 6478264. OLE color: 6478264.
HSL color Cylindrical-coordinate representation of color #B8D962: hue angle of 76.64º 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 #B8D962 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 217 | 98 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.15 |
| HSL | 76.64º | 0.61% | 0.62% | - |
| HSV(B) | 76.64º | 0.55% | 0.85% | - |
| XYZ | 46.78 | 60.7 | 20.81 | - |
| YUV | 193.57 | 74.07 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 217 | 98 | 0.15 | 0 | 0.55 | 0.15 | 76.64 | 0.61 | 0.62 |
| Hex | B8 | D9 | 62 | F | 0 | 37 | F | 4D | 3D | 3E |
| Octal | 270 | 331 | 142 | 17 | 0 | 67 | 17 | 115 | 75 | 76 |
| Binary | 10111000 | 11011001 | 1100010 | 1111 | 0 | 110111 | 1111 | 1001101 | 111101 | 111110 |
Color Harmonies of #B8D962
Complementary color
Monochromatic Colors of #B8D962
Black with #B8D962
Text Example
Text Example
White with #B8D962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D962; }
p { color: rgb(184,217,98); }
H1.HeaderClassName
{
color: #B8D962;
}
.AnyTagClassName
{
color: #B8D962;
}
</style>
background-color css
<style>
a { background-color: #B8D962; }
a { background-color: rgb(184,217,98); }
div.DivClassName
{
background-color: #B8D962;
}
.BgClassName
{
background-color: #B8D962;
}
</style>
border-color css
<style>
span { border-color: #B8D962; }
span { border-color: rgb(184,217,98); }
td.TdClassName
{
border-color: #B8D962;
}
.TagClassName
{
border-color: #B8D962;
}
</style>