#B3D97E

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

Shades of Feijoa #B3D97E

Tints of Feijoa #B3D97E

Color information

#B3D97E (or 0xB3D97E) is unknown color: approx Feijoa. HEX triplet: B3, D9 and 7E. RGB value is (179,217,126). Sum of RGB (Red+Green+Blue) = 179+217+126=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #B3D97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D97E is #4C2681. Grayscale: #C3C3C3. Windows color (decimal): -4990594 or 8313267. OLE color: 8313267.

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

Color convert

RGB179217126-
CMYK0.1800.420.15
HSL85.05º54.49%67.25%-
HSV(B)85.05º41.94%85.1%-
XYZ47.1760.7228.97-
YUV195.2688.91116.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 217 (85.16% from 255) = 41.57%
BLUE value IS 126 (49.61% from 255) = 24.14%
R=34.29%
G=41.57%
B=24.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792171260.1800.420.1585.0554.4967.25
HexB3D97E1202AF553643
Octal263331176220521712566103
Binary10110011110110011111110100100101010111110101011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D97E; }

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

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

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

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

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

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

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

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