#B0D798

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

Shades of Feijoa #B0D798

Tints of Feijoa #B0D798

Color information

#B0D798 (or 0xB0D798) is unknown color: approx Feijoa. HEX triplet: B0, D7 and 98. RGB value is (176,215,152). Sum of RGB (Red+Green+Blue) = 176+215+152=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D798 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D798 is #4F2867. Grayscale: #C4C4C4. Windows color (decimal): -5187688 or 10016688. OLE color: 10016688.

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

Color convert

RGB176215152-
CMYK0.1800.290.16
HSL97.14º44.06%71.96%-
HSV(B)97.14º29.3%84.31%-
XYZ47.8760.138.78-
YUV196.16103.08113.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.41%
GREEN value IS 215 (84.38% from 255) = 39.59%
BLUE value IS 152 (59.77% from 255) = 27.99%
R=32.41%
G=39.59%
B=27.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762151520.1800.290.1697.1444.0671.96
HexB0D7981201D10612c48
Octal260327230220352014154110
Binary101100001101011110011000100100111011000011000011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D798; }

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

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

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

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

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

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

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

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