Shades of Conifer #B0D85B
Tints of Conifer #B0D85B
RGB
CMYK
RGB Variations
Color information
#B0D85B (or 0xB0D85B) is known color: Conifer. HEX triplet: B0, D8 and 5B. RGB value is (176,216,91). Sum of RGB (Red+Green+Blue) = 176+216+91=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 91 (35.94% from 255 or 18.84% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D85B is #4F27A4. Grayscale: #BEBEBE. Windows color (decimal): -5187493 or 6019248. OLE color: 6019248.
HSL color Cylindrical-coordinate representation of color #B0D85B: hue angle of 79.2º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0D85B is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 216 | 91 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.15 |
| HSL | 79.2º | 0.62% | 0.6% | - |
| HSV(B) | 79.2º | 0.58% | 0.85% | - |
| XYZ | 44.35 | 59.1 | 18.97 | - |
| YUV | 189.79 | 72.25 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 216 | 91 | 0.19 | 0 | 0.58 | 0.15 | 79.2 | 0.62 | 0.6 |
| Hex | B0 | D8 | 5B | 13 | 0 | 3A | F | 4F | 3E | 3C |
| Octal | 260 | 330 | 133 | 23 | 0 | 72 | 17 | 117 | 76 | 74 |
| Binary | 10110000 | 11011000 | 1011011 | 10011 | 0 | 111010 | 1111 | 1001111 | 111110 | 111100 |
Color Harmonies of #B0D85B
Complementary color
Monochromatic Colors of #B0D85B
Black with #B0D85B
Text Example
Text Example
White with #B0D85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D85B; }
p { color: rgb(176,216,91); }
H1.HeaderClassName
{
color: #B0D85B;
}
.AnyTagClassName
{
color: #B0D85B;
}
</style>
background-color css
<style>
a { background-color: #B0D85B; }
a { background-color: rgb(176,216,91); }
div.DivClassName
{
background-color: #B0D85B;
}
.BgClassName
{
background-color: #B0D85B;
}
</style>
border-color css
<style>
span { border-color: #B0D85B; }
span { border-color: rgb(176,216,91); }
td.TdClassName
{
border-color: #B0D85B;
}
.TagClassName
{
border-color: #B0D85B;
}
</style>