#B5AC7C

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

Shades of Neutral Green #B5AC7C

Tints of Neutral Green #B5AC7C

Color information

#B5AC7C (or 0xB5AC7C) is unknown color: approx Neutral Green. HEX triplet: B5, AC and 7C. RGB value is (181,172,124). Sum of RGB (Red+Green+Blue) = 181+172+124=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AC7C is #4A5383. Grayscale: #A9A9A9. Windows color (decimal): -4871044 or 8170677. OLE color: 8170677.

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

Color convert

RGB181172124-
CMYK00.050.310.29
HSL50.53º27.8%59.8%-
HSV(B)50.53º31.49%70.98%-
XYZ37.4540.7824.97-
YUV169.22102.48136.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 124 (48.83% from 255) = 26.00%
R=37.95%
G=36.06%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117212400.050.310.2950.5327.859.8
HexB5AC7C051F1D331c3c
Octal265254174053735633474
Binary101101011010110011111000101111111110111001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AC7C; }

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

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

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

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

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

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

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

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