#B1D886

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

Shades of Feijoa #B1D886

Tints of Feijoa #B1D886

Color information

#B1D886 (or 0xB1D886) is unknown color: approx Feijoa. HEX triplet: B1, D8 and 86. RGB value is (177,216,134). Sum of RGB (Red+Green+Blue) = 177+216+134=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 134 (52.73% from 255 or 25.43% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D886 is #4E2779. Grayscale: #C3C3C3. Windows color (decimal): -5121914 or 8837297. OLE color: 8837297.

HSL color Cylindrical-coordinate representation of color #B1D886: hue angle of 88.54º 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 #B1D886 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB177216134-
CMYK0.1800.380.15
HSL88.54º51.25%68.63%-
HSV(B)88.54º37.96%84.71%-
XYZ46.9960.1831.69-
YUV194.9993.58115.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.59%
GREEN value IS 216 (84.77% from 255) = 40.99%
BLUE value IS 134 (52.73% from 255) = 25.43%
R=33.59%
G=40.99%
B=25.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772161340.1800.380.1588.5451.2568.63
HexB1D88612026F593345
Octal261330206220461713163105
Binary101100011101100010000110100100100110111110110011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D886; }

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

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

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

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

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

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

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

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