#B1D983

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

Shades of Feijoa #B1D983

Tints of Feijoa #B1D983

Color information

#B1D983 (or 0xB1D983) is unknown color: approx Feijoa. HEX triplet: B1, D9 and 83. RGB value is (177,217,131). Sum of RGB (Red+Green+Blue) = 177+217+131=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 131 (51.56% from 255 or 24.95% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D983 is #4E267C. Grayscale: #C3C3C3. Windows color (decimal): -5121661 or 8640945. OLE color: 8640945.

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

Color convert

RGB177217131-
CMYK0.1800.400.15
HSL87.91º53.09%68.24%-
HSV(B)87.91º39.63%85.1%-
XYZ47.0460.6130.69-
YUV195.2491.75114.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.71%
GREEN value IS 217 (85.16% from 255) = 41.33%
BLUE value IS 131 (51.56% from 255) = 24.95%
R=33.71%
G=41.33%
B=24.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772171310.1800.400.1587.9153.0968.24
HexB1D98312028F583544
Octal261331203220501713065104
Binary101100011101100110000011100100101000111110110001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D983; }

 p { color: rgb(177,217,131); }

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

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

 a { background-color: rgb(177,217,131); }

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

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

 span { border-color: rgb(177,217,131); }

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