#B5AC7A

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

Shades of Neutral Green #B5AC7A

Tints of Neutral Green #B5AC7A

Color information

#B5AC7A (or 0xB5AC7A) is unknown color: approx Neutral Green. HEX triplet: B5, AC and 7A. RGB value is (181,172,122). Sum of RGB (Red+Green+Blue) = 181+172+122=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AC7A is #4A5385. Grayscale: #A9A9A9. Windows color (decimal): -4871046 or 8039605. OLE color: 8039605.

HSL color Cylindrical-coordinate representation of color #B5AC7A: hue angle of 50.85º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5AC7A is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB181172122-
CMYK00.050.330.29
HSL50.85º28.5%59.41%-
HSV(B)50.85º32.6%70.98%-
XYZ37.3240.7324.31-
YUV168.99101.48136.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 122 (48.05% from 255) = 25.68%
R=38.11%
G=36.21%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117212200.050.330.2950.8528.559.41
HexB5AC7A05211D331d3b
Octal265254172054135633573
Binary1011010110101100111101001011000011110111001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AC7A; }

 p { color: rgb(181,172,122); }

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

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

 a { background-color: rgb(181,172,122); }

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

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

 span { border-color: rgb(181,172,122); }

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