#B0E776

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

Shades of Feijoa #B0E776

Tints of Feijoa #B0E776

Color information

#B0E776 (or 0xB0E776) is unknown color: approx Feijoa. HEX triplet: B0, E7 and 76. RGB value is (176,231,118). Sum of RGB (Red+Green+Blue) = 176+231+118=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 231 (90.62% from 255 or 44% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 231 - color contains mainly: green. Hex color #B0E776 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0E776 is #4F1889. Grayscale: #CACACA. Windows color (decimal): -5183626 or 7792560. OLE color: 7792560.

HSL color Cylindrical-coordinate representation of color #B0E776: hue angle of 89.2º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0E776 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB176231118-
CMYK0.2400.490.09
HSL89.2º70.19%68.43%-
HSV(B)89.2º48.92%90.59%-
XYZ49.7567.6927.58-
YUV201.6780.78109.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.52%
GREEN value IS 231 (90.62% from 255) = 44%
BLUE value IS 118 (46.48% from 255) = 22.48%
R=33.52%
G=44%
B=22.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1762311180.2400.490.0989.270.1968.43
HexB0E776180319594644
Octal2603471663006111131106104
Binary101100001110011111101101100001100011001101100110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E776; }

 p { color: rgb(176,231,118); }

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

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

 a { background-color: rgb(176,231,118); }

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

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

 span { border-color: rgb(176,231,118); }

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