#B3D886

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

Shades of Feijoa #B3D886

Tints of Feijoa #B3D886

Color information

#B3D886 (or 0xB3D886) is unknown color: approx Feijoa. HEX triplet: B3, D8 and 86. RGB value is (179,216,134). Sum of RGB (Red+Green+Blue) = 179+216+134=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D886 is #4C2779. Grayscale: #C3C3C3. Windows color (decimal): -4990842 or 8837299. OLE color: 8837299.

HSL color Cylindrical-coordinate representation of color #B3D886: hue angle of 87.07º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3D886 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB179216134-
CMYK0.1700.380.15
HSL87.07º51.25%68.63%-
HSV(B)87.07º37.96%84.71%-
XYZ47.4560.4231.71-
YUV195.5993.24116.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.84%
GREEN value IS 216 (84.77% from 255) = 40.83%
BLUE value IS 134 (52.73% from 255) = 25.33%
R=33.84%
G=40.83%
B=25.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792161340.1700.380.1587.0751.2568.63
HexB3D88611026F573345
Octal263330206210461712763105
Binary101100111101100010000110100010100110111110101111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D886; }

 p { color: rgb(179,216,134); }

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

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

 a { background-color: rgb(179,216,134); }

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

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

 span { border-color: rgb(179,216,134); }

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