#B0EB8C

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

Shades of Feijoa #B0EB8C

Tints of Feijoa #B0EB8C

Color information

#B0EB8C (or 0xB0EB8C) is unknown color: approx Feijoa. HEX triplet: B0, EB and 8C. RGB value is (176,235,140). Sum of RGB (Red+Green+Blue) = 176+235+140=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EB8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EB8C is #4F1473. Grayscale: #CECECE. Windows color (decimal): -5182580 or 9235376. OLE color: 9235376.

HSL color Cylindrical-coordinate representation of color #B0EB8C: hue angle of 97.26º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0EB8C is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB176235140-
CMYK0.2500.400.08
HSL97.26º70.37%73.53%-
HSV(B)97.26º40.43%92.16%-
XYZ52.3570.5435.67-
YUV206.5390.45106.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.94%
GREEN value IS 235 (92.19% from 255) = 42.65%
BLUE value IS 140 (55.08% from 255) = 25.41%
R=31.94%
G=42.65%
B=25.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762351400.2500.400.0897.2670.3773.53
HexB0EB8C19028861464a
Octal2603532143105010141106112
Binary1011000011101011100011001100101010001000110000110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EB8C; }

 p { color: rgb(176,235,140); }

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

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

 a { background-color: rgb(176,235,140); }

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

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

 span { border-color: rgb(176,235,140); }

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