#B0D186

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

Shades of Feijoa #B0D186

Tints of Feijoa #B0D186

Color information

#B0D186 (or 0xB0D186) is unknown color: approx Feijoa. HEX triplet: B0, D1 and 86. RGB value is (176,209,134). Sum of RGB (Red+Green+Blue) = 176+209+134=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D186 is #4F2E79. Grayscale: #BEBEBE. Windows color (decimal): -5189242 or 8835504. OLE color: 8835504.

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

Color convert

RGB176209134-
CMYK0.1600.360.18
HSL86.4º44.91%67.25%-
HSV(B)86.4º35.89%81.96%-
XYZ45.0156.5531.1-
YUV190.5896.07117.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.91%
GREEN value IS 209 (82.03% from 255) = 40.27%
BLUE value IS 134 (52.73% from 255) = 25.82%
R=33.91%
G=40.27%
B=25.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762091340.1600.360.1886.444.9167.25
HexB0D1861002412562d43
Octal260321206200442212655103
Binary1011000011010001100001101000001001001001010101101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D186; }

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

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

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

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

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

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

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

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