Shades of Conifer #B0E86B
Tints of Conifer #B0E86B
RGB
CMYK
RGB Variations
Color information
#B0E86B (or 0xB0E86B) is known color: Conifer. HEX triplet: B0, E8 and 6B. RGB value is (176,232,107). Sum of RGB (Red+Green+Blue) = 176+232+107=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 232 (91.02% from 255 or 45.05% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 232 - color contains mainly: green. Hex color #B0E86B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0E86B is #4F1794. Grayscale: #C9C9C9. Windows color (decimal): -5183381 or 7071920. OLE color: 7071920.
HSL color Cylindrical-coordinate representation of color #B0E86B: hue angle of 86.88º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0E86B is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 232 | 107 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.09 |
| HSL | 86.88º | 0.73% | 0.66% | - |
| HSV(B) | 86.88º | 0.54% | 0.91% | - |
| XYZ | 49.41 | 68 | 24.43 | - |
| YUV | 201.01 | 74.95 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 232 | 107 | 0.24 | 0 | 0.54 | 0.09 | 86.88 | 0.73 | 0.66 |
| Hex | B0 | E8 | 6B | 18 | 0 | 36 | 9 | 57 | 49 | 42 |
| Octal | 260 | 350 | 153 | 30 | 0 | 66 | 11 | 127 | 111 | 102 |
| Binary | 10110000 | 11101000 | 1101011 | 11000 | 0 | 110110 | 1001 | 1010111 | 1001001 | 1000010 |
Color Harmonies of #B0E86B
Complementary color
Monochromatic Colors of #B0E86B
Black with #B0E86B
Text Example
Text Example
White with #B0E86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E86B; }
p { color: rgb(176,232,107); }
H1.HeaderClassName
{
color: #B0E86B;
}
.AnyTagClassName
{
color: #B0E86B;
}
</style>
background-color css
<style>
a { background-color: #B0E86B; }
a { background-color: rgb(176,232,107); }
div.DivClassName
{
background-color: #B0E86B;
}
.BgClassName
{
background-color: #B0E86B;
}
</style>
border-color css
<style>
span { border-color: #B0E86B; }
span { border-color: rgb(176,232,107); }
td.TdClassName
{
border-color: #B0E86B;
}
.TagClassName
{
border-color: #B0E86B;
}
</style>