Shades of Conifer #B2E06D
Tints of Conifer #B2E06D
RGB
CMYK
RGB Variations
Color information
#B2E06D (or 0xB2E06D) is known color: Conifer. HEX triplet: B2, E0 and 6D. RGB value is (178,224,109). Sum of RGB (Red+Green+Blue) = 178+224+109=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E06D is #4D1F92. Grayscale: #C5C5C5. Windows color (decimal): -5054355 or 7200946. OLE color: 7200946.
HSL color Cylindrical-coordinate representation of color #B2E06D: hue angle of 84º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2E06D is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 109 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.12 |
| HSL | 84º | 0.65% | 0.65% | - |
| HSV(B) | 84º | 0.51% | 0.88% | - |
| XYZ | 47.78 | 63.88 | 24.28 | - |
| YUV | 197.14 | 78.26 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 109 | 0.21 | 0 | 0.51 | 0.12 | 84 | 0.65 | 0.65 |
| Hex | B2 | E0 | 6D | 15 | 0 | 33 | C | 54 | 41 | 41 |
| Octal | 262 | 340 | 155 | 25 | 0 | 63 | 14 | 124 | 101 | 101 |
| Binary | 10110010 | 11100000 | 1101101 | 10101 | 0 | 110011 | 1100 | 1010100 | 1000001 | 1000001 |
Color Harmonies of #B2E06D
Complementary color
Monochromatic Colors of #B2E06D
Black with #B2E06D
Text Example
Text Example
White with #B2E06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E06D; }
p { color: rgb(178,224,109); }
H1.HeaderClassName
{
color: #B2E06D;
}
.AnyTagClassName
{
color: #B2E06D;
}
</style>
background-color css
<style>
a { background-color: #B2E06D; }
a { background-color: rgb(178,224,109); }
div.DivClassName
{
background-color: #B2E06D;
}
.BgClassName
{
background-color: #B2E06D;
}
</style>
border-color css
<style>
span { border-color: #B2E06D; }
span { border-color: rgb(178,224,109); }
td.TdClassName
{
border-color: #B2E06D;
}
.TagClassName
{
border-color: #B2E06D;
}
</style>