Shades of Conifer #B8D660
Tints of Conifer #B8D660
RGB
CMYK
RGB Variations
Color information
#B8D660 (or 0xB8D660) is known color: Conifer. HEX triplet: B8, D6 and 60. RGB value is (184,214,96). Sum of RGB (Red+Green+Blue) = 184+214+96=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D660 is #47299F. Grayscale: #C0C0C0. Windows color (decimal): -4663712 or 6346424. OLE color: 6346424.
HSL color Cylindrical-coordinate representation of color #B8D660: hue angle of 75.25º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8D660 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 214 | 96 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.16 |
| HSL | 75.25º | 0.59% | 0.61% | - |
| HSV(B) | 75.25º | 0.55% | 0.84% | - |
| XYZ | 45.93 | 59.13 | 20.06 | - |
| YUV | 191.58 | 74.06 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 214 | 96 | 0.14 | 0 | 0.55 | 0.16 | 75.25 | 0.59 | 0.61 |
| Hex | B8 | D6 | 60 | E | 0 | 37 | 10 | 4B | 3B | 3D |
| Octal | 270 | 326 | 140 | 16 | 0 | 67 | 20 | 113 | 73 | 75 |
| Binary | 10111000 | 11010110 | 1100000 | 1110 | 0 | 110111 | 10000 | 1001011 | 111011 | 111101 |
Color Harmonies of #B8D660
Complementary color
Monochromatic Colors of #B8D660
Black with #B8D660
Text Example
Text Example
White with #B8D660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D660; }
p { color: rgb(184,214,96); }
H1.HeaderClassName
{
color: #B8D660;
}
.AnyTagClassName
{
color: #B8D660;
}
</style>
background-color css
<style>
a { background-color: #B8D660; }
a { background-color: rgb(184,214,96); }
div.DivClassName
{
background-color: #B8D660;
}
.BgClassName
{
background-color: #B8D660;
}
</style>
border-color css
<style>
span { border-color: #B8D660; }
span { border-color: rgb(184,214,96); }
td.TdClassName
{
border-color: #B8D660;
}
.TagClassName
{
border-color: #B8D660;
}
</style>