#B1AC7D

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

Shades of Neutral Green #B1AC7D

Tints of Neutral Green #B1AC7D

Color information

#B1AC7D (or 0xB1AC7D) is unknown color: approx Neutral Green. HEX triplet: B1, AC and 7D. RGB value is (177,172,125). Sum of RGB (Red+Green+Blue) = 177+172+125=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AC7D is #4E5382. Grayscale: #A8A8A8. Windows color (decimal): -5133187 or 8236209. OLE color: 8236209.

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

Color convert

RGB177172125-
CMYK00.030.290.31
HSL54.23º25%59.22%-
HSV(B)54.23º29.38%69.41%-
XYZ36.5940.3325.26-
YUV168.14103.66134.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.34%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 125 (49.22% from 255) = 26.37%
R=37.34%
G=36.29%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717212500.030.290.3154.232559.22
HexB1AC7D031D1F36193b
Octal261254175033537663173
Binary10110001101011001111101011111011111111011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AC7D; }

 p { color: rgb(177,172,125); }

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

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

 a { background-color: rgb(177,172,125); }

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

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

 span { border-color: rgb(177,172,125); }

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