Shades of Conifer #B2E16D
Tints of Conifer #B2E16D
RGB
CMYK
RGB Variations
Color information
#B2E16D (or 0xB2E16D) is known color: Conifer. HEX triplet: B2, E1 and 6D. RGB value is (178,225,109). Sum of RGB (Red+Green+Blue) = 178+225+109=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E16D is #4D1E92. Grayscale: #C6C6C6. Windows color (decimal): -5054099 or 7201202. OLE color: 7201202.
HSL color Cylindrical-coordinate representation of color #B2E16D: hue angle of 84.31º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2E16D is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 225 | 109 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.12 |
| HSL | 84.31º | 0.66% | 0.65% | - |
| HSV(B) | 84.31º | 0.52% | 0.88% | - |
| XYZ | 48.05 | 64.42 | 24.37 | - |
| YUV | 197.72 | 77.93 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 225 | 109 | 0.21 | 0 | 0.52 | 0.12 | 84.31 | 0.66 | 0.65 |
| Hex | B2 | E1 | 6D | 15 | 0 | 34 | C | 54 | 42 | 41 |
| Octal | 262 | 341 | 155 | 25 | 0 | 64 | 14 | 124 | 102 | 101 |
| Binary | 10110010 | 11100001 | 1101101 | 10101 | 0 | 110100 | 1100 | 1010100 | 1000010 | 1000001 |
Color Harmonies of #B2E16D
Complementary color
Monochromatic Colors of #B2E16D
Black with #B2E16D
Text Example
Text Example
White with #B2E16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E16D; }
p { color: rgb(178,225,109); }
H1.HeaderClassName
{
color: #B2E16D;
}
.AnyTagClassName
{
color: #B2E16D;
}
</style>
background-color css
<style>
a { background-color: #B2E16D; }
a { background-color: rgb(178,225,109); }
div.DivClassName
{
background-color: #B2E16D;
}
.BgClassName
{
background-color: #B2E16D;
}
</style>
border-color css
<style>
span { border-color: #B2E16D; }
span { border-color: rgb(178,225,109); }
td.TdClassName
{
border-color: #B2E16D;
}
.TagClassName
{
border-color: #B2E16D;
}
</style>