#B4AF80

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

Shades of Neutral Green #B4AF80

Tints of Neutral Green #B4AF80

Color information

#B4AF80 (or 0xB4AF80) is unknown color: approx Neutral Green. HEX triplet: B4, AF and 80. RGB value is (180,175,128). Sum of RGB (Red+Green+Blue) = 180+175+128=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AF80 is #4B507F. Grayscale: #ABABAB. Windows color (decimal): -4935808 or 8433588. OLE color: 8433588.

HSL color Cylindrical-coordinate representation of color #B4AF80: hue angle of 54.23º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4AF80 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB180175128-
CMYK00.030.290.29
HSL54.23º25.74%60.39%-
HSV(B)54.23º28.89%70.59%-
XYZ38.0541.9226.51-
YUV171.14103.66134.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 175 (68.75% from 255) = 36.23%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=37.27%
G=36.23%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017512800.030.290.2954.2325.7460.39
HexB4AF80031D1D361a3c
Octal264257200033535663274
Binary101101001010111110000000011111011110111011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF80; }

 p { color: rgb(180,175,128); }

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

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

 a { background-color: rgb(180,175,128); }

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

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

 span { border-color: rgb(180,175,128); }

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