#B1AC85

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

Shades of Neutral Green #B1AC85

Tints of Neutral Green #B1AC85

Color information

#B1AC85 (or 0xB1AC85) is unknown color: approx Neutral Green. HEX triplet: B1, AC and 85. RGB value is (177,172,133). Sum of RGB (Red+Green+Blue) = 177+172+133=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AC85 is #4E537A. Grayscale: #A9A9A9. Windows color (decimal): -5133179 or 8760497. OLE color: 8760497.

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

Color convert

RGB177172133-
CMYK00.030.250.31
HSL53.18º22%60.78%-
HSV(B)53.18º24.86%69.41%-
XYZ37.1240.5528.06-
YUV169.05107.66133.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=36.72%
G=35.68%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717213300.030.250.3153.182260.78
HexB1AC8503191F35163d
Octal261254205033137652675
Binary101100011010110010000101011110011111111010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AC85; }

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

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

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

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

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

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

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

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