#B4AF7F

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

Shades of Neutral Green #B4AF7F

Tints of Neutral Green #B4AF7F

Color information

#B4AF7F (or 0xB4AF7F) is unknown color: approx Neutral Green. HEX triplet: B4, AF and 7F. RGB value is (180,175,127). Sum of RGB (Red+Green+Blue) = 180+175+127=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AF7F is #4B5080. Grayscale: #ABABAB. Windows color (decimal): -4935809 or 8368052. OLE color: 8368052.

HSL color Cylindrical-coordinate representation of color #B4AF7F: hue angle of 54.34º 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 #B4AF7F is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB180175127-
CMYK00.030.290.29
HSL54.34º26.11%60.2%-
HSV(B)54.34º29.44%70.59%-
XYZ37.9841.926.16-
YUV171.02103.16134.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 127 (50% from 255) = 26.35%
R=37.34%
G=36.31%
B=26.35%

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
Decimal18017512700.030.290.2954.3426.1160.2
HexB4AF7F031D1D361a3c
Octal264257177033535663274
Binary10110100101011111111111011111011110111011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF7F; }

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

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

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

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

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

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

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

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