#B2D983

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

Shades of Feijoa #B2D983

Tints of Feijoa #B2D983

Color information

#B2D983 (or 0xB2D983) is unknown color: approx Feijoa. HEX triplet: B2, D9 and 83. RGB value is (178,217,131). Sum of RGB (Red+Green+Blue) = 178+217+131=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D983 is #4D267C. Grayscale: #C3C3C3. Windows color (decimal): -5056125 or 8640946. OLE color: 8640946.

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

Color convert

RGB178217131-
CMYK0.1800.400.15
HSL87.21º53.09%68.24%-
HSV(B)87.21º39.63%85.1%-
XYZ47.2760.7330.7-
YUV195.5491.58115.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.84%
GREEN value IS 217 (85.16% from 255) = 41.25%
BLUE value IS 131 (51.56% from 255) = 24.90%
R=33.84%
G=41.25%
B=24.90%

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
Decimal1782171310.1800.400.1587.2153.0968.24
HexB2D98312028F573544
Octal262331203220501712765104
Binary101100101101100110000011100100101000111110101111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D983; }

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

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

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

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

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

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

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

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