#B2D97A

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

Shades of Feijoa #B2D97A

Tints of Feijoa #B2D97A

Color information

#B2D97A (or 0xB2D97A) is unknown color: approx Feijoa. HEX triplet: B2, D9 and 7A. RGB value is (178,217,122). Sum of RGB (Red+Green+Blue) = 178+217+122=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D97A is #4D2685. Grayscale: #C2C2C2. Windows color (decimal): -5056134 or 8051122. OLE color: 8051122.

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

Color convert

RGB178217122-
CMYK0.1800.440.15
HSL84.63º55.56%66.47%-
HSV(B)84.63º43.78%85.1%-
XYZ46.6960.527.63-
YUV194.5187.08116.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.43%
GREEN value IS 217 (85.16% from 255) = 41.97%
BLUE value IS 122 (48.05% from 255) = 23.60%
R=34.43%
G=41.97%
B=23.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782171220.1800.440.1584.6355.5666.47
HexB2D97A1202CF553842
Octal262331172220541712570102
Binary10110010110110011111010100100101100111110101011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D97A; }

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

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

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

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

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

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

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

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