#B0DE86

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

Shades of Feijoa #B0DE86

Tints of Feijoa #B0DE86

Color information

#B0DE86 (or 0xB0DE86) is unknown color: approx Feijoa. HEX triplet: B0, DE and 86. RGB value is (176,222,134). Sum of RGB (Red+Green+Blue) = 176+222+134=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DE86 is #4F2179. Grayscale: #C6C6C6. Windows color (decimal): -5185914 or 8838832. OLE color: 8838832.

HSL color Cylindrical-coordinate representation of color #B0DE86: hue angle of 91.36º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0DE86 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB176222134-
CMYK0.2100.400.13
HSL91.36º57.14%69.8%-
HSV(B)91.36º39.64%87.06%-
XYZ48.3363.1932.2-
YUV198.2191.76112.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.08%
GREEN value IS 222 (87.11% from 255) = 41.73%
BLUE value IS 134 (52.73% from 255) = 25.19%
R=33.08%
G=41.73%
B=25.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762221340.2100.400.1391.3657.1469.8
HexB0DE8615028D5b3946
Octal260336206250501513371106
Binary101100001101111010000110101010101000110110110111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DE86; }

 p { color: rgb(176,222,134); }

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

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

 a { background-color: rgb(176,222,134); }

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

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

 span { border-color: rgb(176,222,134); }

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