#B4DC93

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

Shades of Feijoa #B4DC93

Tints of Feijoa #B4DC93

Color information

#B4DC93 (or 0xB4DC93) is unknown color: approx Feijoa. HEX triplet: B4, DC and 93. RGB value is (180,220,147). Sum of RGB (Red+Green+Blue) = 180+220+147=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DC93 is #4B236C. Grayscale: #C7C7C7. Windows color (decimal): -4924269 or 9690292. OLE color: 9690292.

HSL color Cylindrical-coordinate representation of color #B4DC93: hue angle of 92.88º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4DC93 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB180220147-
CMYK0.1800.330.14
HSL92.88º51.05%71.96%-
HSV(B)92.88º33.18%86.27%-
XYZ49.686337.14-
YUV199.7298.25113.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.91%
GREEN value IS 220 (86.33% from 255) = 40.22%
BLUE value IS 147 (57.81% from 255) = 26.87%
R=32.91%
G=40.22%
B=26.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802201470.1800.330.1492.8851.0571.96
HexB4DC9312021E5d3348
Octal264334223220411613563110
Binary101101001101110010010011100100100001111010111011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DC93; }

 p { color: rgb(180,220,147); }

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

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

 a { background-color: rgb(180,220,147); }

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

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

 span { border-color: rgb(180,220,147); }

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