#B0D97A

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

Shades of Feijoa #B0D97A

Tints of Feijoa #B0D97A

Color information

#B0D97A (or 0xB0D97A) is unknown color: approx Feijoa. HEX triplet: B0, D9 and 7A. RGB value is (176,217,122). Sum of RGB (Red+Green+Blue) = 176+217+122=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D97A is #4F2685. Grayscale: #C2C2C2. Windows color (decimal): -5187206 or 8051120. OLE color: 8051120.

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

Color convert

RGB176217122-
CMYK0.1900.440.15
HSL85.89º55.56%66.47%-
HSV(B)85.89º43.78%85.1%-
XYZ46.2360.2627.61-
YUV193.9187.42115.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 217 (85.16% from 255) = 42.14%
BLUE value IS 122 (48.05% from 255) = 23.69%
R=34.17%
G=42.14%
B=23.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762171220.1900.440.1585.8955.5666.47
HexB0D97A1302CF563842
Octal260331172230541712670102
Binary10110000110110011111010100110101100111110101101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D97A; }

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

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

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

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

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

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

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

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