#B4D981

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

Shades of Feijoa #B4D981

Tints of Feijoa #B4D981

Color information

#B4D981 (or 0xB4D981) is unknown color: approx Feijoa. HEX triplet: B4, D9 and 81. RGB value is (180,217,129). Sum of RGB (Red+Green+Blue) = 180+217+129=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D981 is #4B267E. Grayscale: #C4C4C4. Windows color (decimal): -4925055 or 8509876. OLE color: 8509876.

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

Color convert

RGB180217129-
CMYK0.1700.410.15
HSL85.23º53.66%67.84%-
HSV(B)85.23º40.55%85.1%-
XYZ47.660.9130.02-
YUV195.990.24116.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 217 (85.16% from 255) = 41.25%
BLUE value IS 129 (50.78% from 255) = 24.52%
R=34.22%
G=41.25%
B=24.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802171290.1700.410.1585.2353.6667.84
HexB4D98111029F553644
Octal264331201210511712566104
Binary101101001101100110000001100010101001111110101011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D981; }

 p { color: rgb(180,217,129); }

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

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

 a { background-color: rgb(180,217,129); }

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

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

 span { border-color: rgb(180,217,129); }

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