#B1D982

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

Shades of Feijoa #B1D982

Tints of Feijoa #B1D982

Color information

#B1D982 (or 0xB1D982) is unknown color: approx Feijoa. HEX triplet: B1, D9 and 82. RGB value is (177,217,130). Sum of RGB (Red+Green+Blue) = 177+217+130=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D982 is #4E267D. Grayscale: #C3C3C3. Windows color (decimal): -5121662 or 8575409. OLE color: 8575409.

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

Color convert

RGB177217130-
CMYK0.1800.400.15
HSL87.59º53.37%68.04%-
HSV(B)87.59º40.09%85.1%-
XYZ46.9760.5830.34-
YUV195.1291.25115.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.78%
GREEN value IS 217 (85.16% from 255) = 41.41%
BLUE value IS 130 (51.17% from 255) = 24.81%
R=33.78%
G=41.41%
B=24.81%

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
Decimal1772171300.1800.400.1587.5953.3768.04
HexB1D98212028F583544
Octal261331202220501713065104
Binary101100011101100110000010100100101000111110110001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D982; }

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

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

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

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

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

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

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

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