Shades of Conifer #B4D85E
Tints of Conifer #B4D85E
RGB
CMYK
RGB Variations
Color information
#B4D85E (or 0xB4D85E) is known color: Conifer. HEX triplet: B4, D8 and 5E. RGB value is (180,216,94). Sum of RGB (Red+Green+Blue) = 180+216+94=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D85E is #4B27A1. Grayscale: #BFBFBF. Windows color (decimal): -4925346 or 6215860. OLE color: 6215860.
HSL color Cylindrical-coordinate representation of color #B4D85E: hue angle of 77.7º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4D85E is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 216 | 94 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.15 |
| HSL | 77.7º | 0.61% | 0.61% | - |
| HSV(B) | 77.7º | 0.56% | 0.85% | - |
| XYZ | 45.4 | 59.62 | 19.71 | - |
| YUV | 191.33 | 73.07 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 216 | 94 | 0.17 | 0 | 0.56 | 0.15 | 77.7 | 0.61 | 0.61 |
| Hex | B4 | D8 | 5E | 11 | 0 | 38 | F | 4E | 3D | 3D |
| Octal | 264 | 330 | 136 | 21 | 0 | 70 | 17 | 116 | 75 | 75 |
| Binary | 10110100 | 11011000 | 1011110 | 10001 | 0 | 111000 | 1111 | 1001110 | 111101 | 111101 |
Color Harmonies of #B4D85E
Complementary color
Monochromatic Colors of #B4D85E
Black with #B4D85E
Text Example
Text Example
White with #B4D85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D85E; }
p { color: rgb(180,216,94); }
H1.HeaderClassName
{
color: #B4D85E;
}
.AnyTagClassName
{
color: #B4D85E;
}
</style>
background-color css
<style>
a { background-color: #B4D85E; }
a { background-color: rgb(180,216,94); }
div.DivClassName
{
background-color: #B4D85E;
}
.BgClassName
{
background-color: #B4D85E;
}
</style>
border-color css
<style>
span { border-color: #B4D85E; }
span { border-color: rgb(180,216,94); }
td.TdClassName
{
border-color: #B4D85E;
}
.TagClassName
{
border-color: #B4D85E;
}
</style>