Shades of Conifer #B0E46D
Tints of Conifer #B0E46D
RGB
CMYK
RGB Variations
Color information
#B0E46D (or 0xB0E46D) is known color: Conifer. HEX triplet: B0, E4 and 6D. RGB value is (176,228,109). Sum of RGB (Red+Green+Blue) = 176+228+109=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E46D is #4F1B92. Grayscale: #C7C7C7. Windows color (decimal): -5184403 or 7201968. OLE color: 7201968.
HSL color Cylindrical-coordinate representation of color #B0E46D: hue angle of 86.22º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0E46D is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 228 | 109 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.11 |
| HSL | 86.22º | 0.69% | 0.66% | - |
| HSV(B) | 86.22º | 0.52% | 0.89% | - |
| XYZ | 48.41 | 65.82 | 24.62 | - |
| YUV | 198.89 | 77.27 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 228 | 109 | 0.23 | 0 | 0.52 | 0.11 | 86.22 | 0.69 | 0.66 |
| Hex | B0 | E4 | 6D | 17 | 0 | 34 | B | 56 | 45 | 42 |
| Octal | 260 | 344 | 155 | 27 | 0 | 64 | 13 | 126 | 105 | 102 |
| Binary | 10110000 | 11100100 | 1101101 | 10111 | 0 | 110100 | 1011 | 1010110 | 1000101 | 1000010 |
Color Harmonies of #B0E46D
Complementary color
Monochromatic Colors of #B0E46D
Black with #B0E46D
Text Example
Text Example
White with #B0E46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E46D; }
p { color: rgb(176,228,109); }
H1.HeaderClassName
{
color: #B0E46D;
}
.AnyTagClassName
{
color: #B0E46D;
}
</style>
background-color css
<style>
a { background-color: #B0E46D; }
a { background-color: rgb(176,228,109); }
div.DivClassName
{
background-color: #B0E46D;
}
.BgClassName
{
background-color: #B0E46D;
}
</style>
border-color css
<style>
span { border-color: #B0E46D; }
span { border-color: rgb(176,228,109); }
td.TdClassName
{
border-color: #B0E46D;
}
.TagClassName
{
border-color: #B0E46D;
}
</style>