#B4D983

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

Shades of Feijoa #B4D983

Tints of Feijoa #B4D983

Color information

#B4D983 (or 0xB4D983) is unknown color: approx Feijoa. HEX triplet: B4, D9 and 83. RGB value is (180,217,131). Sum of RGB (Red+Green+Blue) = 180+217+131=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D983 is #4B267C. Grayscale: #C4C4C4. Windows color (decimal): -4925053 or 8640948. OLE color: 8640948.

HSL color Cylindrical-coordinate representation of color #B4D983: hue angle of 85.81º degrees, saturation: 0.53, 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 #B4D983 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB180217131-
CMYK0.1700.400.15
HSL85.81º53.09%68.24%-
HSV(B)85.81º39.63%85.1%-
XYZ47.7360.9730.72-
YUV196.1391.24116.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 217 (85.16% from 255) = 41.10%
BLUE value IS 131 (51.56% from 255) = 24.81%
R=34.09%
G=41.10%
B=24.81%

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
Decimal1802171310.1700.400.1585.8153.0968.24
HexB4D98311028F563544
Octal264331203210501712665104
Binary101101001101100110000011100010101000111110101101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D983; }

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

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

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

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

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

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

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

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