Shades of Conifer #B8D965
Tints of Conifer #B8D965
RGB
CMYK
RGB Variations
Color information
#B8D965 (or 0xB8D965) is known color: Conifer. HEX triplet: B8, D9 and 65. RGB value is (184,217,101). Sum of RGB (Red+Green+Blue) = 184+217+101=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D965 is #47269A. Grayscale: #C2C2C2. Windows color (decimal): -4662939 or 6674872. OLE color: 6674872.
HSL color Cylindrical-coordinate representation of color #B8D965: hue angle of 77.07º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8D965 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 217 | 101 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.15 |
| HSL | 77.07º | 0.6% | 0.62% | - |
| HSV(B) | 77.07º | 0.53% | 0.85% | - |
| XYZ | 46.93 | 60.76 | 21.57 | - |
| YUV | 193.91 | 75.57 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 217 | 101 | 0.15 | 0 | 0.53 | 0.15 | 77.07 | 0.6 | 0.62 |
| Hex | B8 | D9 | 65 | F | 0 | 35 | F | 4D | 3C | 3E |
| Octal | 270 | 331 | 145 | 17 | 0 | 65 | 17 | 115 | 74 | 76 |
| Binary | 10111000 | 11011001 | 1100101 | 1111 | 0 | 110101 | 1111 | 1001101 | 111100 | 111110 |
Color Harmonies of #B8D965
Complementary color
Monochromatic Colors of #B8D965
Black with #B8D965
Text Example
Text Example
White with #B8D965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D965; }
p { color: rgb(184,217,101); }
H1.HeaderClassName
{
color: #B8D965;
}
.AnyTagClassName
{
color: #B8D965;
}
</style>
background-color css
<style>
a { background-color: #B8D965; }
a { background-color: rgb(184,217,101); }
div.DivClassName
{
background-color: #B8D965;
}
.BgClassName
{
background-color: #B8D965;
}
</style>
border-color css
<style>
span { border-color: #B8D965; }
span { border-color: rgb(184,217,101); }
td.TdClassName
{
border-color: #B8D965;
}
.TagClassName
{
border-color: #B8D965;
}
</style>