#B4EA8F

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

Shades of Feijoa #B4EA8F

Tints of Feijoa #B4EA8F

Color information

#B4EA8F (or 0xB4EA8F) is unknown color: approx Feijoa. HEX triplet: B4, EA and 8F. RGB value is (180,234,143). Sum of RGB (Red+Green+Blue) = 180+234+143=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EA8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EA8F is #4B1570. Grayscale: #CFCFCF. Windows color (decimal): -4920689 or 9431732. OLE color: 9431732.

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

Color convert

RGB180234143-
CMYK0.2300.390.08
HSL95.6º68.42%73.92%-
HSV(B)95.6º38.89%91.76%-
XYZ53.270.5336.8-
YUV207.4891.61108.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.32%
GREEN value IS 234 (91.80% from 255) = 42.01%
BLUE value IS 143 (56.25% from 255) = 25.67%
R=32.32%
G=42.01%
B=25.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802341430.2300.390.0895.668.4273.92
HexB4EA8F17027860444a
Octal2643522172704710140104112
Binary1011010011101010100011111011101001111000110000010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EA8F; }

 p { color: rgb(180,234,143); }

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

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

 a { background-color: rgb(180,234,143); }

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

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

 span { border-color: rgb(180,234,143); }

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