Shades of Conifer #B2E06E
Tints of Conifer #B2E06E
RGB
CMYK
RGB Variations
Color information
#B2E06E (or 0xB2E06E) is known color: Conifer. HEX triplet: B2, E0 and 6E. RGB value is (178,224,110). Sum of RGB (Red+Green+Blue) = 178+224+110=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 110 (43.36% from 255 or 21.48% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E06E is #4D1F91. Grayscale: #C5C5C5. Windows color (decimal): -5054354 or 7266482. OLE color: 7266482.
HSL color Cylindrical-coordinate representation of color #B2E06E: hue angle of 84.21º 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 #B2E06E is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 110 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.12 |
| HSL | 84.21º | 0.65% | 0.65% | - |
| HSV(B) | 84.21º | 0.51% | 0.88% | - |
| XYZ | 47.83 | 63.9 | 24.57 | - |
| YUV | 197.25 | 78.76 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 110 | 0.21 | 0 | 0.51 | 0.12 | 84.21 | 0.65 | 0.65 |
| Hex | B2 | E0 | 6E | 15 | 0 | 33 | C | 54 | 41 | 41 |
| Octal | 262 | 340 | 156 | 25 | 0 | 63 | 14 | 124 | 101 | 101 |
| Binary | 10110010 | 11100000 | 1101110 | 10101 | 0 | 110011 | 1100 | 1010100 | 1000001 | 1000001 |
Color Harmonies of #B2E06E
Complementary color
Monochromatic Colors of #B2E06E
Black with #B2E06E
Text Example
Text Example
White with #B2E06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E06E; }
p { color: rgb(178,224,110); }
H1.HeaderClassName
{
color: #B2E06E;
}
.AnyTagClassName
{
color: #B2E06E;
}
</style>
background-color css
<style>
a { background-color: #B2E06E; }
a { background-color: rgb(178,224,110); }
div.DivClassName
{
background-color: #B2E06E;
}
.BgClassName
{
background-color: #B2E06E;
}
</style>
border-color css
<style>
span { border-color: #B2E06E; }
span { border-color: rgb(178,224,110); }
td.TdClassName
{
border-color: #B2E06E;
}
.TagClassName
{
border-color: #B2E06E;
}
</style>