#B0D190

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

Shades of Feijoa #B0D190

Tints of Feijoa #B0D190

Color information

#B0D190 (or 0xB0D190) is unknown color: approx Feijoa. HEX triplet: B0, D1 and 90. RGB value is (176,209,144). Sum of RGB (Red+Green+Blue) = 176+209+144=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D190 is #4F2E6F. Grayscale: #BFBFBF. Windows color (decimal): -5189232 or 9490864. OLE color: 9490864.

HSL color Cylindrical-coordinate representation of color #B0D190: hue angle of 90.46º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0D190 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB176209144-
CMYK0.1600.310.18
HSL90.46º41.4%69.22%-
HSV(B)90.46º31.1%81.96%-
XYZ45.7456.8434.95-
YUV191.72101.07116.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.27%
GREEN value IS 209 (82.03% from 255) = 39.51%
BLUE value IS 144 (56.64% from 255) = 27.22%
R=33.27%
G=39.51%
B=27.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762091440.1600.310.1890.4641.469.22
HexB0D1901001F125a2945
Octal260321220200372213251105
Binary101100001101000110010000100000111111001010110101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D190; }

 p { color: rgb(176,209,144); }

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

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

 a { background-color: rgb(176,209,144); }

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

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

 span { border-color: rgb(176,209,144); }

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