#B1DA7C

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

Shades of Feijoa #B1DA7C

Tints of Feijoa #B1DA7C

Color information

#B1DA7C (or 0xB1DA7C) is unknown color: approx Feijoa. HEX triplet: B1, DA and 7C. RGB value is (177,218,124). Sum of RGB (Red+Green+Blue) = 177+218+124=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DA7C is #4E2583. Grayscale: #C3C3C3. Windows color (decimal): -5121412 or 8182449. OLE color: 8182449.

HSL color Cylindrical-coordinate representation of color #B1DA7C: hue angle of 86.17º degrees, saturation: 0.56, 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 #B1DA7C is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB177218124-
CMYK0.1900.430.15
HSL86.17º55.95%67.06%-
HSV(B)86.17º43.12%85.49%-
XYZ46.8460.9528.36-
YUV195.0287.92115.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.10%
GREEN value IS 218 (85.55% from 255) = 42.00%
BLUE value IS 124 (48.83% from 255) = 23.89%
R=34.10%
G=42.00%
B=23.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772181240.1900.430.1586.1755.9567.06
HexB1DA7C1302BF563843
Octal261332174230531712670103
Binary10110001110110101111100100110101011111110101101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DA7C; }

 p { color: rgb(177,218,124); }

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

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

 a { background-color: rgb(177,218,124); }

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

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

 span { border-color: rgb(177,218,124); }

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