#B4D882

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

Shades of Feijoa #B4D882

Tints of Feijoa #B4D882

Color information

#B4D882 (or 0xB4D882) is unknown color: approx Feijoa. HEX triplet: B4, D8 and 82. RGB value is (180,216,130). Sum of RGB (Red+Green+Blue) = 180+216+130=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D882 is #4B277D. Grayscale: #C3C3C3. Windows color (decimal): -4925310 or 8575156. OLE color: 8575156.

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

Color convert

RGB180216130-
CMYK0.1700.400.15
HSL85.12º52.44%67.84%-
HSV(B)85.12º39.81%84.71%-
XYZ47.4160.4330.28-
YUV195.4391.07116.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 216 (84.77% from 255) = 41.06%
BLUE value IS 130 (51.17% from 255) = 24.71%
R=34.22%
G=41.06%
B=24.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802161300.1700.400.1585.1252.4467.84
HexB4D88211028F553444
Octal264330202210501712564104
Binary101101001101100010000010100010101000111110101011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D882; }

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

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

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

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

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

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

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

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