#B3D97C

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

Shades of Feijoa #B3D97C

Tints of Feijoa #B3D97C

Color information

#B3D97C (or 0xB3D97C) is unknown color: approx Feijoa. HEX triplet: B3, D9 and 7C. RGB value is (179,217,124). Sum of RGB (Red+Green+Blue) = 179+217+124=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #B3D97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D97C is #4C2683. Grayscale: #C3C3C3. Windows color (decimal): -4990596 or 8182195. OLE color: 8182195.

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

Color convert

RGB179217124-
CMYK0.1800.430.15
HSL84.52º55.03%66.86%-
HSV(B)84.52º42.86%85.1%-
XYZ47.0460.6628.3-
YUV195.0487.91116.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.42%
GREEN value IS 217 (85.16% from 255) = 41.73%
BLUE value IS 124 (48.83% from 255) = 23.85%
R=34.42%
G=41.73%
B=23.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792171240.1800.430.1584.5255.0366.86
HexB3D97C1202BF553743
Octal263331174220531712567103
Binary10110011110110011111100100100101011111110101011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D97C; }

 p { color: rgb(179,217,124); }

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

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

 a { background-color: rgb(179,217,124); }

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

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

 span { border-color: rgb(179,217,124); }

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