Shades of Feijoa #B2D68A
Tints of Feijoa #B2D68A
RGB
CMYK
RGB Variations
Color information
#B2D68A (or 0xB2D68A) is known color: Feijoa. HEX triplet: B2, D6 and 8A. RGB value is (178,214,138). Sum of RGB (Red+Green+Blue) = 178+214+138=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D68A is #4D2975. Grayscale: #C2C2C2. Windows color (decimal): -5056886 or 9098930. OLE color: 9098930.
HSL color Cylindrical-coordinate representation of color #B2D68A: hue angle of 88.42º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2D68A is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 138 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.16 |
| HSL | 88.42º | 0.48% | 0.69% | - |
| HSV(B) | 88.42º | 0.36% | 0.84% | - |
| XYZ | 46.99 | 59.39 | 33.03 | - |
| YUV | 194.57 | 96.07 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 138 | 0.17 | 0 | 0.36 | 0.16 | 88.42 | 0.48 | 0.69 |
| Hex | B2 | D6 | 8A | 11 | 0 | 24 | 10 | 58 | 30 | 45 |
| Octal | 262 | 326 | 212 | 21 | 0 | 44 | 20 | 130 | 60 | 105 |
| Binary | 10110010 | 11010110 | 10001010 | 10001 | 0 | 100100 | 10000 | 1011000 | 110000 | 1000101 |
Color Harmonies of #B2D68A
Complementary color
Monochromatic Colors of #B2D68A
Black with #B2D68A
Text Example
Text Example
White with #B2D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D68A; }
p { color: rgb(178,214,138); }
H1.HeaderClassName
{
color: #B2D68A;
}
.AnyTagClassName
{
color: #B2D68A;
}
</style>
background-color css
<style>
a { background-color: #B2D68A; }
a { background-color: rgb(178,214,138); }
div.DivClassName
{
background-color: #B2D68A;
}
.BgClassName
{
background-color: #B2D68A;
}
</style>
border-color css
<style>
span { border-color: #B2D68A; }
span { border-color: rgb(178,214,138); }
td.TdClassName
{
border-color: #B2D68A;
}
.TagClassName
{
border-color: #B2D68A;
}
</style>