#B4EB86

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

Shades of Feijoa #B4EB86

Tints of Feijoa #B4EB86

Color information

#B4EB86 (or 0xB4EB86) is unknown color: approx Feijoa. HEX triplet: B4, EB and 86. RGB value is (180,235,134). Sum of RGB (Red+Green+Blue) = 180+235+134=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EB86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EB86 is #4B1479. Grayscale: #CFCFCF. Windows color (decimal): -4920442 or 8842164. OLE color: 8842164.

HSL color Cylindrical-coordinate representation of color #B4EB86: hue angle of 92.67º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4EB86 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB180235134-
CMYK0.2300.430.08
HSL92.67º71.63%72.35%-
HSV(B)92.67º42.98%92.16%-
XYZ52.8370.8433.44-
YUV207.0486.78108.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.79%
GREEN value IS 235 (92.19% from 255) = 42.81%
BLUE value IS 134 (52.73% from 255) = 24.41%
R=32.79%
G=42.81%
B=24.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802351340.2300.430.0892.6771.6372.35
HexB4EB861702B85d4848
Octal2643532062705310135110110
Binary1011010011101011100001101011101010111000101110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EB86; }

 p { color: rgb(180,235,134); }

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

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

 a { background-color: rgb(180,235,134); }

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

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

 span { border-color: rgb(180,235,134); }

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