#B0D976

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

Shades of Feijoa #B0D976

Tints of Feijoa #B0D976

Color information

#B0D976 (or 0xB0D976) is unknown color: approx Feijoa. HEX triplet: B0, D9 and 76. RGB value is (176,217,118). Sum of RGB (Red+Green+Blue) = 176+217+118=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D976 is #4F2689. Grayscale: #C1C1C1. Windows color (decimal): -5187210 or 7788976. OLE color: 7788976.

HSL color Cylindrical-coordinate representation of color #B0D976: hue angle of 84.85º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0D976 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB176217118-
CMYK0.1900.460.15
HSL84.85º56.57%65.69%-
HSV(B)84.85º45.62%85.1%-
XYZ45.9960.1626.33-
YUV193.4685.42115.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 217 (85.16% from 255) = 42.47%
BLUE value IS 118 (46.48% from 255) = 23.09%
R=34.44%
G=42.47%
B=23.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762171180.1900.460.1584.8556.5765.69
HexB0D9761302EF553942
Octal260331166230561712571102
Binary10110000110110011110110100110101110111110101011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D976; }

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

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

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

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

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

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

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

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