#B0AC82

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

Shades of Neutral Green #B0AC82

Tints of Neutral Green #B0AC82

Color information

#B0AC82 (or 0xB0AC82) is unknown color: approx Neutral Green. HEX triplet: B0, AC and 82. RGB value is (176,172,130). Sum of RGB (Red+Green+Blue) = 176+172+130=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AC82 is #4F537D. Grayscale: #A8A8A8. Windows color (decimal): -5198718 or 8563888. OLE color: 8563888.

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

Color convert

RGB176172130-
CMYK00.020.260.31
HSL54.78º22.55%60%-
HSV(B)54.78º26.14%69.02%-
XYZ36.6940.3526.97-
YUV168.41106.33133.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 130 (51.17% from 255) = 27.20%
R=36.82%
G=35.98%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617213000.020.260.3154.7822.5560
HexB0AC82021A1F37173c
Octal260254202023237672774
Binary101100001010110010000010010110101111111011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AC82; }

 p { color: rgb(176,172,130); }

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

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

 a { background-color: rgb(176,172,130); }

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

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

 span { border-color: rgb(176,172,130); }

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