#B4DC85

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

Shades of Feijoa #B4DC85

Tints of Feijoa #B4DC85

Color information

#B4DC85 (or 0xB4DC85) is unknown color: approx Feijoa. HEX triplet: B4, DC and 85. RGB value is (180,220,133). Sum of RGB (Red+Green+Blue) = 180+220+133=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DC85 is #4B237A. Grayscale: #C6C6C6. Windows color (decimal): -4924283 or 8772788. OLE color: 8772788.

HSL color Cylindrical-coordinate representation of color #B4DC85: hue angle of 87.59º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4DC85 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB180220133-
CMYK0.1800.400.14
HSL87.59º55.41%69.22%-
HSV(B)87.59º39.55%86.27%-
XYZ48.6562.5831.71-
YUV198.1291.25115.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.77%
GREEN value IS 220 (86.33% from 255) = 41.28%
BLUE value IS 133 (52.34% from 255) = 24.95%
R=33.77%
G=41.28%
B=24.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802201330.1800.400.1487.5955.4169.22
HexB4DC8512028E583745
Octal264334205220501613067105
Binary101101001101110010000101100100101000111010110001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DC85; }

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

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

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

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

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

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

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

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