#B4D884

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

Shades of Feijoa #B4D884

Tints of Feijoa #B4D884

Color information

#B4D884 (or 0xB4D884) is unknown color: approx Feijoa. HEX triplet: B4, D8 and 84. RGB value is (180,216,132). Sum of RGB (Red+Green+Blue) = 180+216+132=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D884 is #4B277B. Grayscale: #C3C3C3. Windows color (decimal): -4925308 or 8706228. OLE color: 8706228.

HSL color Cylindrical-coordinate representation of color #B4D884: hue angle of 85.71º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4D884 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB180216132-
CMYK0.1700.390.15
HSL85.71º51.85%68.24%-
HSV(B)85.71º38.89%84.71%-
XYZ47.5460.4831-
YUV195.6692.07116.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 216 (84.77% from 255) = 40.91%
BLUE value IS 132 (51.95% from 255) = 25%
R=34.09%
G=40.91%
B=25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802161320.1700.390.1585.7151.8568.24
HexB4D88411027F563444
Octal264330204210471712664104
Binary101101001101100010000100100010100111111110101101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D884; }

 p { color: rgb(180,216,132); }

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

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

 a { background-color: rgb(180,216,132); }

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

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

 span { border-color: rgb(180,216,132); }

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