#B1D877

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

Shades of Feijoa #B1D877

Tints of Feijoa #B1D877

Color information

#B1D877 (or 0xB1D877) is unknown color: approx Feijoa. HEX triplet: B1, D8 and 77. RGB value is (177,216,119). Sum of RGB (Red+Green+Blue) = 177+216+119=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D877 is #4E2788. Grayscale: #C1C1C1. Windows color (decimal): -5121929 or 7854257. OLE color: 7854257.

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

Color convert

RGB177216119-
CMYK0.1800.450.15
HSL84.12º55.43%65.69%-
HSV(B)84.12º44.91%84.71%-
XYZ46.0259.7926.57-
YUV193.2886.08116.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 216 (84.77% from 255) = 42.19%
BLUE value IS 119 (46.88% from 255) = 23.24%
R=34.57%
G=42.19%
B=23.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772161190.1800.450.1584.1255.4365.69
HexB1D8771202DF543742
Octal261330167220551712467102
Binary10110001110110001110111100100101101111110101001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D877; }

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

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

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

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

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

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

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

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