Shades of Conifer #B0D85E
Tints of Conifer #B0D85E
RGB
CMYK
RGB Variations
Color information
#B0D85E (or 0xB0D85E) is known color: Conifer. HEX triplet: B0, D8 and 5E. RGB value is (176,216,94). Sum of RGB (Red+Green+Blue) = 176+216+94=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D85E is #4F27A1. Grayscale: #BEBEBE. Windows color (decimal): -5187490 or 6215856. OLE color: 6215856.
HSL color Cylindrical-coordinate representation of color #B0D85E: hue angle of 79.67º 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 #B0D85E is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 216 | 94 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.15 |
| HSL | 79.67º | 0.61% | 0.61% | - |
| HSV(B) | 79.67º | 0.56% | 0.85% | - |
| XYZ | 44.48 | 59.15 | 19.66 | - |
| YUV | 190.13 | 73.75 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 216 | 94 | 0.19 | 0 | 0.56 | 0.15 | 79.67 | 0.61 | 0.61 |
| Hex | B0 | D8 | 5E | 13 | 0 | 38 | F | 50 | 3D | 3D |
| Octal | 260 | 330 | 136 | 23 | 0 | 70 | 17 | 120 | 75 | 75 |
| Binary | 10110000 | 11011000 | 1011110 | 10011 | 0 | 111000 | 1111 | 1010000 | 111101 | 111101 |
Color Harmonies of #B0D85E
Complementary color
Monochromatic Colors of #B0D85E
Black with #B0D85E
Text Example
Text Example
White with #B0D85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D85E; }
p { color: rgb(176,216,94); }
H1.HeaderClassName
{
color: #B0D85E;
}
.AnyTagClassName
{
color: #B0D85E;
}
</style>
background-color css
<style>
a { background-color: #B0D85E; }
a { background-color: rgb(176,216,94); }
div.DivClassName
{
background-color: #B0D85E;
}
.BgClassName
{
background-color: #B0D85E;
}
</style>
border-color css
<style>
span { border-color: #B0D85E; }
span { border-color: rgb(176,216,94); }
td.TdClassName
{
border-color: #B0D85E;
}
.TagClassName
{
border-color: #B0D85E;
}
</style>