#B4E786

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

Shades of Feijoa #B4E786

Tints of Feijoa #B4E786

Color information

#B4E786 (or 0xB4E786) is unknown color: approx Feijoa. HEX triplet: B4, E7 and 86. RGB value is (180,231,134). Sum of RGB (Red+Green+Blue) = 180+231+134=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E786 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4E786 is #4B1879. Grayscale: #CDCDCD. Windows color (decimal): -4921466 or 8841140. OLE color: 8841140.

HSL color Cylindrical-coordinate representation of color #B4E786: hue angle of 91.55º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4E786 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB180231134-
CMYK0.2200.420.09
HSL91.55º66.9%71.57%-
HSV(B)91.55º41.99%90.59%-
XYZ51.768.5833.07-
YUV204.6988.1110.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.03%
GREEN value IS 231 (90.62% from 255) = 42.39%
BLUE value IS 134 (52.73% from 255) = 24.59%
R=33.03%
G=42.39%
B=24.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1802311340.2200.420.0991.5566.971.57
HexB4E7861602A95c4348
Octal2643472062605211134103110
Binary1011010011100111100001101011001010101001101110010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E786; }

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

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

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

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

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

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

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

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