Shades of Conifer #B4D666
Tints of Conifer #B4D666
RGB
CMYK
RGB Variations
Color information
#B4D666 (or 0xB4D666) is known color: Conifer. HEX triplet: B4, D6 and 66. RGB value is (180,214,102). Sum of RGB (Red+Green+Blue) = 180+214+102=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D666 is #4B2999. Grayscale: #BFBFBF. Windows color (decimal): -4925850 or 6739636. OLE color: 6739636.
HSL color Cylindrical-coordinate representation of color #B4D666: hue angle of 78.21º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4D666 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 214 | 102 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.16 |
| HSL | 78.21º | 0.58% | 0.62% | - |
| HSV(B) | 78.21º | 0.52% | 0.84% | - |
| XYZ | 45.27 | 58.76 | 21.53 | - |
| YUV | 191.07 | 77.74 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 214 | 102 | 0.16 | 0 | 0.52 | 0.16 | 78.21 | 0.58 | 0.62 |
| Hex | B4 | D6 | 66 | 10 | 0 | 34 | 10 | 4E | 3A | 3E |
| Octal | 264 | 326 | 146 | 20 | 0 | 64 | 20 | 116 | 72 | 76 |
| Binary | 10110100 | 11010110 | 1100110 | 10000 | 0 | 110100 | 10000 | 1001110 | 111010 | 111110 |
Color Harmonies of #B4D666
Complementary color
Monochromatic Colors of #B4D666
Black with #B4D666
Text Example
Text Example
White with #B4D666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D666; }
p { color: rgb(180,214,102); }
H1.HeaderClassName
{
color: #B4D666;
}
.AnyTagClassName
{
color: #B4D666;
}
</style>
background-color css
<style>
a { background-color: #B4D666; }
a { background-color: rgb(180,214,102); }
div.DivClassName
{
background-color: #B4D666;
}
.BgClassName
{
background-color: #B4D666;
}
</style>
border-color css
<style>
span { border-color: #B4D666; }
span { border-color: rgb(180,214,102); }
td.TdClassName
{
border-color: #B4D666;
}
.TagClassName
{
border-color: #B4D666;
}
</style>