#B1D996

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

Shades of Feijoa #B1D996

Tints of Feijoa #B1D996

Color information

#B1D996 (or 0xB1D996) is unknown color: approx Feijoa. HEX triplet: B1, D9 and 96. RGB value is (177,217,150). Sum of RGB (Red+Green+Blue) = 177+217+150=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D996 is #4E2669. Grayscale: #C5C5C5. Windows color (decimal): -5121642 or 9886129. OLE color: 9886129.

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

Color convert

RGB177217150-
CMYK0.1800.310.15
HSL95.82º46.85%71.96%-
HSV(B)95.82º30.88%85.1%-
XYZ48.4561.1738.11-
YUV197.4101.25113.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.54%
GREEN value IS 217 (85.16% from 255) = 39.89%
BLUE value IS 150 (58.98% from 255) = 27.57%
R=32.54%
G=39.89%
B=27.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772171500.1800.310.1595.8246.8571.96
HexB1D9961201FF602f48
Octal261331226220371714057110
Binary10110001110110011001011010010011111111111000001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D996; }

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

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

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

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

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

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

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

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