#B1D882

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

Shades of Feijoa #B1D882

Tints of Feijoa #B1D882

Color information

#B1D882 (or 0xB1D882) is unknown color: approx Feijoa. HEX triplet: B1, D8 and 82. RGB value is (177,216,130). Sum of RGB (Red+Green+Blue) = 177+216+130=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D882 is #4E277D. Grayscale: #C2C2C2. Windows color (decimal): -5121918 or 8575153. OLE color: 8575153.

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

Color convert

RGB177216130-
CMYK0.1800.400.15
HSL87.21º52.44%67.84%-
HSV(B)87.21º39.81%84.71%-
XYZ46.7260.0730.25-
YUV194.5391.58115.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.84%
GREEN value IS 216 (84.77% from 255) = 41.30%
BLUE value IS 130 (51.17% from 255) = 24.86%
R=33.84%
G=41.30%
B=24.86%

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
Decimal1772161300.1800.400.1587.2152.4467.84
HexB1D88212028F573444
Octal261330202220501712764104
Binary101100011101100010000010100100101000111110101111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D882; }

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

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

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

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

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

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

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

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