#B1AC7B

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

Shades of Neutral Green #B1AC7B

Tints of Neutral Green #B1AC7B

Color information

#B1AC7B (or 0xB1AC7B) is unknown color: approx Neutral Green. HEX triplet: B1, AC and 7B. RGB value is (177,172,123). Sum of RGB (Red+Green+Blue) = 177+172+123=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AC7B is #4E5384. Grayscale: #A8A8A8. Windows color (decimal): -5133189 or 8105137. OLE color: 8105137.

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

Color convert

RGB177172123-
CMYK00.030.310.31
HSL54.44º25.71%58.82%-
HSV(B)54.44º30.51%69.41%-
XYZ36.4640.2824.59-
YUV167.91102.66134.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.5%
GREEN value IS 172 (67.58% from 255) = 36.44%
BLUE value IS 123 (48.44% from 255) = 26.06%
R=37.5%
G=36.44%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717212300.030.310.3154.4425.7158.82
HexB1AC7B031F1F361a3b
Octal261254173033737663273
Binary10110001101011001111011011111111111111011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AC7B; }

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

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

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

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

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

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

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

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