#B0EC8A

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

Shades of Feijoa #B0EC8A

Tints of Feijoa #B0EC8A

Color information

#B0EC8A (or 0xB0EC8A) is unknown color: approx Feijoa. HEX triplet: B0, EC and 8A. RGB value is (176,236,138). Sum of RGB (Red+Green+Blue) = 176+236+138=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EC8A is #4F1375. Grayscale: #CFCFCF. Windows color (decimal): -5182326 or 9104560. OLE color: 9104560.

HSL color Cylindrical-coordinate representation of color #B0EC8A: hue angle of 96.73º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0EC8A is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB176236138-
CMYK0.2500.420.07
HSL96.73º72.06%73.33%-
HSV(B)96.73º41.53%92.55%-
XYZ52.4971.0634.99-
YUV206.8989.12105.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32%
GREEN value IS 236 (92.58% from 255) = 42.91%
BLUE value IS 138 (54.30% from 255) = 25.09%
R=32%
G=42.91%
B=25.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762361380.2500.420.0796.7372.0673.33
HexB0EC8A1902A7614849
Octal260354212310527141110111
Binary101100001110110010001010110010101010111110000110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EC8A; }

 p { color: rgb(176,236,138); }

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

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

 a { background-color: rgb(176,236,138); }

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

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

 span { border-color: rgb(176,236,138); }

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