#B0D18B

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

Shades of Feijoa #B0D18B

Tints of Feijoa #B0D18B

Color information

#B0D18B (or 0xB0D18B) is unknown color: approx Feijoa. HEX triplet: B0, D1 and 8B. RGB value is (176,209,139). Sum of RGB (Red+Green+Blue) = 176+209+139=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D18B is #4F2E74. Grayscale: #BFBFBF. Windows color (decimal): -5189237 or 9163184. OLE color: 9163184.

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

Color convert

RGB176209139-
CMYK0.1600.330.18
HSL88.29º43.21%68.24%-
HSV(B)88.29º33.49%81.96%-
XYZ45.3756.732.98-
YUV191.1598.57117.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.59%
GREEN value IS 209 (82.03% from 255) = 39.89%
BLUE value IS 139 (54.69% from 255) = 26.53%
R=33.59%
G=39.89%
B=26.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762091390.1600.330.1888.2943.2168.24
HexB0D18B1002112582b44
Octal260321213200412213053104
Binary1011000011010001100010111000001000011001010110001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D18B; }

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

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

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

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

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

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

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

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