#B4DC8C

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

Shades of Feijoa #B4DC8C

Tints of Feijoa #B4DC8C

Color information

#B4DC8C (or 0xB4DC8C) is unknown color: approx Feijoa. HEX triplet: B4, DC and 8C. RGB value is (180,220,140). Sum of RGB (Red+Green+Blue) = 180+220+140=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DC8C is #4B2373. Grayscale: #C7C7C7. Windows color (decimal): -4924276 or 9231540. OLE color: 9231540.

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

Color convert

RGB180220140-
CMYK0.1800.360.14
HSL90º53.33%70.59%-
HSV(B)90º36.36%86.27%-
XYZ49.1562.7834.34-
YUV198.9294.75114.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.33%
GREEN value IS 220 (86.33% from 255) = 40.74%
BLUE value IS 140 (55.08% from 255) = 25.93%
R=33.33%
G=40.74%
B=25.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802201400.1800.360.149053.3370.59
HexB4DC8C12024E5a3547
Octal264334214220441613265107
Binary101101001101110010001100100100100100111010110101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DC8C; }

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

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

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

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

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

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

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

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