#B2D87E

Color #B2D87E Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #B2D87E

Tints of Feijoa #B2D87E

Color information

#B2D87E (or 0xB2D87E) is unknown color: approx Feijoa. HEX triplet: B2, D8 and 7E. RGB value is (178,216,126). Sum of RGB (Red+Green+Blue) = 178+216+126=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D87E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D87E is #4D2781. Grayscale: #C2C2C2. Windows color (decimal): -5056386 or 8313010. OLE color: 8313010.

HSL color Cylindrical-coordinate representation of color #B2D87E: hue angle of 85.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2D87E is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB178216126-
CMYK0.1800.420.15
HSL85.33º53.57%67.06%-
HSV(B)85.33º41.67%84.71%-
XYZ46.6860.0828.88-
YUV194.3889.41116.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 34.23%
GREEN value IS 216 (84.77% from 255) = 41.54%
BLUE value IS 126 (49.61% from 255) = 24.23%
R=34.23%
G=41.54%
B=24.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782161260.1800.420.1585.3353.5767.06
HexB2D87E1202AF553643
Octal262330176220521712566103
Binary10110010110110001111110100100101010111110101011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D87E; }

 p { color: rgb(178,216,126); }

 H1.HeaderClassName
 {
   color: #B2D87E;
 }
 .AnyTagClassName
 {
   color: #B2D87E;
 }
</style>
background-color css

<style>
 a { background-color: #B2D87E; }

 a { background-color: rgb(178,216,126); }

 div.DivClassName
 {
   background-color: #B2D87E;
 }
 .BgClassName
 {
   background-color: #B2D87E;
 }
</style>
border-color css

<style>
 span { border-color: #B2D87E; }

 span { border-color: rgb(178,216,126); }

 td.TdClassName
 {
   border-color: #B2D87E;
 }
 .TagClassName
 {
   border-color: #B2D87E;
 }
</style>