Shades of Feijoa #B2D67C
Tints of Feijoa #B2D67C
RGB
CMYK
RGB Variations
Color information
#B2D67C (or 0xB2D67C) is known color: Feijoa. HEX triplet: B2, D6 and 7C. RGB value is (178,214,124). Sum of RGB (Red+Green+Blue) = 178+214+124=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D67C is #4D2983. Grayscale: #C1C1C1. Windows color (decimal): -5056900 or 8181426. OLE color: 8181426.
HSL color Cylindrical-coordinate representation of color #B2D67C: hue angle of 84º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2D67C is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 124 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.16 |
| HSL | 84º | 0.52% | 0.66% | - |
| HSV(B) | 84º | 0.42% | 0.84% | - |
| XYZ | 46.04 | 59.01 | 28.03 | - |
| YUV | 192.98 | 89.07 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 124 | 0.17 | 0 | 0.42 | 0.16 | 84 | 0.52 | 0.66 |
| Hex | B2 | D6 | 7C | 11 | 0 | 2A | 10 | 54 | 34 | 42 |
| Octal | 262 | 326 | 174 | 21 | 0 | 52 | 20 | 124 | 64 | 102 |
| Binary | 10110010 | 11010110 | 1111100 | 10001 | 0 | 101010 | 10000 | 1010100 | 110100 | 1000010 |
Color Harmonies of #B2D67C
Complementary color
Monochromatic Colors of #B2D67C
Black with #B2D67C
Text Example
Text Example
White with #B2D67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D67C; }
p { color: rgb(178,214,124); }
H1.HeaderClassName
{
color: #B2D67C;
}
.AnyTagClassName
{
color: #B2D67C;
}
</style>
background-color css
<style>
a { background-color: #B2D67C; }
a { background-color: rgb(178,214,124); }
div.DivClassName
{
background-color: #B2D67C;
}
.BgClassName
{
background-color: #B2D67C;
}
</style>
border-color css
<style>
span { border-color: #B2D67C; }
span { border-color: rgb(178,214,124); }
td.TdClassName
{
border-color: #B2D67C;
}
.TagClassName
{
border-color: #B2D67C;
}
</style>