Shades of Conifer #B4D655
Tints of Conifer #B4D655
RGB
CMYK
RGB Variations
Color information
#B4D655 (or 0xB4D655) is known color: Conifer. HEX triplet: B4, D6 and 55. RGB value is (180,214,85). Sum of RGB (Red+Green+Blue) = 180+214+85=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D655 is #4B29AA. Grayscale: #BDBDBD. Windows color (decimal): -4925867 or 5625524. OLE color: 5625524.
HSL color Cylindrical-coordinate representation of color #B4D655: hue angle of 75.81º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4D655 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 214 | 85 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.16 |
| HSL | 75.81º | 0.61% | 0.59% | - |
| HSV(B) | 75.81º | 0.6% | 0.84% | - |
| XYZ | 44.51 | 58.45 | 17.53 | - |
| YUV | 189.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 214 | 85 | 0.16 | 0 | 0.60 | 0.16 | 75.81 | 0.61 | 0.59 |
| Hex | B4 | D6 | 55 | 10 | 0 | 3C | 10 | 4C | 3D | 3B |
| Octal | 264 | 326 | 125 | 20 | 0 | 74 | 20 | 114 | 75 | 73 |
| Binary | 10110100 | 11010110 | 1010101 | 10000 | 0 | 111100 | 10000 | 1001100 | 111101 | 111011 |
Color Harmonies of #B4D655
Complementary color
Monochromatic Colors of #B4D655
Black with #B4D655
Text Example
Text Example
White with #B4D655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D655; }
p { color: rgb(180,214,85); }
H1.HeaderClassName
{
color: #B4D655;
}
.AnyTagClassName
{
color: #B4D655;
}
</style>
background-color css
<style>
a { background-color: #B4D655; }
a { background-color: rgb(180,214,85); }
div.DivClassName
{
background-color: #B4D655;
}
.BgClassName
{
background-color: #B4D655;
}
</style>
border-color css
<style>
span { border-color: #B4D655; }
span { border-color: rgb(180,214,85); }
td.TdClassName
{
border-color: #B4D655;
}
.TagClassName
{
border-color: #B4D655;
}
</style>