Shades of Feijoa #B2D48A
Tints of Feijoa #B2D48A
RGB
CMYK
RGB Variations
Color information
#B2D48A (or 0xB2D48A) is known color: Feijoa. HEX triplet: B2, D4 and 8A. RGB value is (178,212,138). Sum of RGB (Red+Green+Blue) = 178+212+138=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D48A is #4D2B75. Grayscale: #C1C1C1. Windows color (decimal): -5057398 or 9098418. OLE color: 9098418.
HSL color Cylindrical-coordinate representation of color #B2D48A: hue angle of 87.57º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2D48A is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 212 | 138 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.17 |
| HSL | 87.57º | 0.46% | 0.69% | - |
| HSV(B) | 87.57º | 0.35% | 0.83% | - |
| XYZ | 46.49 | 58.39 | 32.86 | - |
| YUV | 193.4 | 96.74 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 212 | 138 | 0.16 | 0 | 0.35 | 0.17 | 87.57 | 0.46 | 0.69 |
| Hex | B2 | D4 | 8A | 10 | 0 | 23 | 11 | 58 | 2E | 45 |
| Octal | 262 | 324 | 212 | 20 | 0 | 43 | 21 | 130 | 56 | 105 |
| Binary | 10110010 | 11010100 | 10001010 | 10000 | 0 | 100011 | 10001 | 1011000 | 101110 | 1000101 |
Color Harmonies of #B2D48A
Complementary color
Monochromatic Colors of #B2D48A
Black with #B2D48A
Text Example
Text Example
White with #B2D48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D48A; }
p { color: rgb(178,212,138); }
H1.HeaderClassName
{
color: #B2D48A;
}
.AnyTagClassName
{
color: #B2D48A;
}
</style>
background-color css
<style>
a { background-color: #B2D48A; }
a { background-color: rgb(178,212,138); }
div.DivClassName
{
background-color: #B2D48A;
}
.BgClassName
{
background-color: #B2D48A;
}
</style>
border-color css
<style>
span { border-color: #B2D48A; }
span { border-color: rgb(178,212,138); }
td.TdClassName
{
border-color: #B2D48A;
}
.TagClassName
{
border-color: #B2D48A;
}
</style>