#B1D885

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

Shades of Feijoa #B1D885

Tints of Feijoa #B1D885

Color information

#B1D885 (or 0xB1D885) is unknown color: approx Feijoa. HEX triplet: B1, D8 and 85. RGB value is (177,216,133). Sum of RGB (Red+Green+Blue) = 177+216+133=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D885 is #4E277A. Grayscale: #C3C3C3. Windows color (decimal): -5121915 or 8771761. OLE color: 8771761.

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

Color convert

RGB177216133-
CMYK0.1800.380.15
HSL88.19º51.55%68.43%-
HSV(B)88.19º38.43%84.71%-
XYZ46.9260.1531.33-
YUV194.8893.08115.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.65%
GREEN value IS 216 (84.77% from 255) = 41.06%
BLUE value IS 133 (52.34% from 255) = 25.29%
R=33.65%
G=41.06%
B=25.29%

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
Decimal1772161330.1800.380.1588.1951.5568.43
HexB1D88512026F583444
Octal261330205220461713064104
Binary101100011101100010000101100100100110111110110001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D885; }

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

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

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

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

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

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

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

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