#B1DC7A

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

Shades of Feijoa #B1DC7A

Tints of Feijoa #B1DC7A

Color information

#B1DC7A (or 0xB1DC7A) is unknown color: approx Feijoa. HEX triplet: B1, DC and 7A. RGB value is (177,220,122). Sum of RGB (Red+Green+Blue) = 177+220+122=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DC7A is #4E2385. Grayscale: #C4C4C4. Windows color (decimal): -5120902 or 8051889. OLE color: 8051889.

HSL color Cylindrical-coordinate representation of color #B1DC7A: hue angle of 86.33º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1DC7A is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB177220122-
CMYK0.2000.450.14
HSL86.33º58.33%67.06%-
HSV(B)86.33º44.55%86.27%-
XYZ47.2461.9427.88-
YUV195.9786.25114.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.10%
GREEN value IS 220 (86.33% from 255) = 42.39%
BLUE value IS 122 (48.05% from 255) = 23.51%
R=34.10%
G=42.39%
B=23.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772201220.2000.450.1486.3358.3367.06
HexB1DC7A1402DE563a43
Octal261334172240551612672103
Binary10110001110111001111010101000101101111010101101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DC7A; }

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

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

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

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

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

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

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

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