#B2AC81

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

Shades of Neutral Green #B2AC81

Tints of Neutral Green #B2AC81

Color information

#B2AC81 (or 0xB2AC81) is unknown color: approx Neutral Green. HEX triplet: B2, AC and 81. RGB value is (178,172,129). Sum of RGB (Red+Green+Blue) = 178+172+129=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AC81 is #4D537E. Grayscale: #A9A9A9. Windows color (decimal): -5067647 or 8498354. OLE color: 8498354.

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

Color convert

RGB178172129-
CMYK00.030.280.30
HSL52.65º24.14%60.2%-
HSV(B)52.65º27.53%69.8%-
XYZ37.0840.5626.64-
YUV168.89105.49134.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.16%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 129 (50.78% from 255) = 26.93%
R=37.16%
G=35.91%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817212900.030.280.3052.6524.1460.2
HexB2AC81031C1E35183c
Octal262254201033436653074
Binary101100101010110010000001011111001111011010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AC81; }

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

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

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

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

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

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

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

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