Shades of Conifer #B4D65C
Tints of Conifer #B4D65C
RGB
CMYK
RGB Variations
Color information
#B4D65C (or 0xB4D65C) is known color: Conifer. HEX triplet: B4, D6 and 5C. RGB value is (180,214,92). Sum of RGB (Red+Green+Blue) = 180+214+92=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D65C is #4B29A3. Grayscale: #BEBEBE. Windows color (decimal): -4925860 or 6084276. OLE color: 6084276.
HSL color Cylindrical-coordinate representation of color #B4D65C: hue angle of 76.72º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4D65C is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 214 | 92 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.16 |
| HSL | 76.72º | 0.6% | 0.6% | - |
| HSV(B) | 76.72º | 0.57% | 0.84% | - |
| XYZ | 44.8 | 58.57 | 19.07 | - |
| YUV | 189.93 | 72.74 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 214 | 92 | 0.16 | 0 | 0.57 | 0.16 | 76.72 | 0.6 | 0.6 |
| Hex | B4 | D6 | 5C | 10 | 0 | 39 | 10 | 4D | 3C | 3C |
| Octal | 264 | 326 | 134 | 20 | 0 | 71 | 20 | 115 | 74 | 74 |
| Binary | 10110100 | 11010110 | 1011100 | 10000 | 0 | 111001 | 10000 | 1001101 | 111100 | 111100 |
Color Harmonies of #B4D65C
Complementary color
Monochromatic Colors of #B4D65C
Black with #B4D65C
Text Example
Text Example
White with #B4D65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D65C; }
p { color: rgb(180,214,92); }
H1.HeaderClassName
{
color: #B4D65C;
}
.AnyTagClassName
{
color: #B4D65C;
}
</style>
background-color css
<style>
a { background-color: #B4D65C; }
a { background-color: rgb(180,214,92); }
div.DivClassName
{
background-color: #B4D65C;
}
.BgClassName
{
background-color: #B4D65C;
}
</style>
border-color css
<style>
span { border-color: #B4D65C; }
span { border-color: rgb(180,214,92); }
td.TdClassName
{
border-color: #B4D65C;
}
.TagClassName
{
border-color: #B4D65C;
}
</style>