#B1AC81

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

Shades of Neutral Green #B1AC81

Tints of Neutral Green #B1AC81

Color information

#B1AC81 (or 0xB1AC81) is unknown color: approx Neutral Green. HEX triplet: B1, AC and 81. RGB value is (177,172,129). Sum of RGB (Red+Green+Blue) = 177+172+129=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AC81 is #4E537E. Grayscale: #A8A8A8. Windows color (decimal): -5133183 or 8498353. OLE color: 8498353.

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

Color convert

RGB177172129-
CMYK00.030.270.31
HSL53.75º23.53%60%-
HSV(B)53.75º27.12%69.41%-
XYZ36.8540.4426.63-
YUV168.59105.66134-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=37.03%
G=35.98%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717212900.030.270.3153.7523.5360
HexB1AC81031B1F36183c
Octal261254201033337663074
Binary101100011010110010000001011110111111111011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AC81; }

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

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

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

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

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

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

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

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