#B0D797

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

Shades of Feijoa #B0D797

Tints of Feijoa #B0D797

Color information

#B0D797 (or 0xB0D797) is unknown color: approx Feijoa. HEX triplet: B0, D7 and 97. RGB value is (176,215,151). Sum of RGB (Red+Green+Blue) = 176+215+151=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D797 is #4F2868. Grayscale: #C4C4C4. Windows color (decimal): -5187689 or 9951152. OLE color: 9951152.

HSL color Cylindrical-coordinate representation of color #B0D797: hue angle of 96.56º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0D797 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB176215151-
CMYK0.1800.300.16
HSL96.56º44.44%71.76%-
HSV(B)96.56º29.77%84.31%-
XYZ47.7960.0738.35-
YUV196.04102.58113.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.47%
GREEN value IS 215 (84.38% from 255) = 39.67%
BLUE value IS 151 (59.38% from 255) = 27.86%
R=32.47%
G=39.67%
B=27.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762151510.1800.300.1696.5644.4471.76
HexB0D7971201E10612c48
Octal260327227220362014154110
Binary101100001101011110010111100100111101000011000011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D797; }

 p { color: rgb(176,215,151); }

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

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

 a { background-color: rgb(176,215,151); }

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

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

 span { border-color: rgb(176,215,151); }

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