#B1D97A

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

Shades of Feijoa #B1D97A

Tints of Feijoa #B1D97A

Color information

#B1D97A (or 0xB1D97A) is unknown color: approx Feijoa. HEX triplet: B1, D9 and 7A. RGB value is (177,217,122). Sum of RGB (Red+Green+Blue) = 177+217+122=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D97A is #4E2685. Grayscale: #C2C2C2. Windows color (decimal): -5121670 or 8051121. OLE color: 8051121.

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

Color convert

RGB177217122-
CMYK0.1800.440.15
HSL85.26º55.56%66.47%-
HSV(B)85.26º43.78%85.1%-
XYZ46.4660.3827.62-
YUV194.2187.25115.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 217 (85.16% from 255) = 42.05%
BLUE value IS 122 (48.05% from 255) = 23.64%
R=34.30%
G=42.05%
B=23.64%

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
Decimal1772171220.1800.440.1585.2655.5666.47
HexB1D97A1202CF553842
Octal261331172220541712570102
Binary10110001110110011111010100100101100111110101011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D97A; }

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

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

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

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

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

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

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

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