#B4DC91

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

Shades of Feijoa #B4DC91

Tints of Feijoa #B4DC91

Color information

#B4DC91 (or 0xB4DC91) is unknown color: approx Feijoa. HEX triplet: B4, DC and 91. RGB value is (180,220,145). Sum of RGB (Red+Green+Blue) = 180+220+145=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DC91 is #4B236E. Grayscale: #C7C7C7. Windows color (decimal): -4924271 or 9559220. OLE color: 9559220.

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

Color convert

RGB180220145-
CMYK0.1800.340.14
HSL92º51.72%71.57%-
HSV(B)92º34.09%86.27%-
XYZ49.5362.9336.33-
YUV199.4997.25114.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.03%
GREEN value IS 220 (86.33% from 255) = 40.37%
BLUE value IS 145 (57.03% from 255) = 26.61%
R=33.03%
G=40.37%
B=26.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802201450.1800.340.149251.7271.57
HexB4DC9112022E5c3448
Octal264334221220421613464110
Binary101101001101110010010001100100100010111010111001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DC91; }

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

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

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

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

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

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

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

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