#B1D971

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

Shades of Feijoa #B1D971

Tints of Feijoa #B1D971

Color information

#B1D971 (or 0xB1D971) is unknown color: approx Feijoa. HEX triplet: B1, D9 and 71. RGB value is (177,217,113). Sum of RGB (Red+Green+Blue) = 177+217+113=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D971 is #4E268E. Grayscale: #C1C1C1. Windows color (decimal): -5121679 or 7461297. OLE color: 7461297.

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

Color convert

RGB177217113-
CMYK0.1800.480.15
HSL83.08º57.78%64.71%-
HSV(B)83.08º47.93%85.1%-
XYZ45.9260.1724.82-
YUV193.1882.75116.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.91%
GREEN value IS 217 (85.16% from 255) = 42.80%
BLUE value IS 113 (44.53% from 255) = 22.29%
R=34.91%
G=42.80%
B=22.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772171130.1800.480.1583.0857.7864.71
HexB1D97112030F533a41
Octal261331161220601712372101
Binary10110001110110011110001100100110000111110100111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D971; }

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

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

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

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

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

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

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

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