#B0D897

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

Shades of Feijoa #B0D897

Tints of Feijoa #B0D897

Color information

#B0D897 (or 0xB0D897) is unknown color: approx Feijoa. HEX triplet: B0, D8 and 97. RGB value is (176,216,151). Sum of RGB (Red+Green+Blue) = 176+216+151=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 151 (59.38% from 255 or 27.81% from 543); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D897 is #4F2768. Grayscale: #C4C4C4. Windows color (decimal): -5187433 or 9951408. OLE color: 9951408.

HSL color Cylindrical-coordinate representation of color #B0D897: hue angle of 96.92º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0D897 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB176216151-
CMYK0.1900.300.15
HSL96.92º45.45%71.96%-
HSV(B)96.92º30.09%84.71%-
XYZ48.0560.5838.44-
YUV196.63102.25113.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.41%
GREEN value IS 216 (84.77% from 255) = 39.78%
BLUE value IS 151 (59.38% from 255) = 27.81%
R=32.41%
G=39.78%
B=27.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762161510.1900.300.1596.9245.4571.96
HexB0D8971301EF612d48
Octal260330227230361714155110
Binary10110000110110001001011110011011110111111000011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D897; }

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

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

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

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

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

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

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

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