#B5AC7D

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

Shades of Neutral Green #B5AC7D

Tints of Neutral Green #B5AC7D

Color information

#B5AC7D (or 0xB5AC7D) is unknown color: approx Neutral Green. HEX triplet: B5, AC and 7D. RGB value is (181,172,125). Sum of RGB (Red+Green+Blue) = 181+172+125=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AC7D is #4A5382. Grayscale: #A9A9A9. Windows color (decimal): -4871043 or 8236213. OLE color: 8236213.

HSL color Cylindrical-coordinate representation of color #B5AC7D: hue angle of 50.36º degrees, saturation: 0.27, 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 #B5AC7D is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB181172125-
CMYK00.050.310.29
HSL50.36º27.45%60%-
HSV(B)50.36º30.94%70.98%-
XYZ37.5140.8125.3-
YUV169.33102.98136.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 125 (49.22% from 255) = 26.15%
R=37.87%
G=35.98%
B=26.15%

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
Decimal18117212500.050.310.2950.3627.4560
HexB5AC7D051F1D321b3c
Octal265254175053735623374
Binary101101011010110011111010101111111110111001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AC7D; }

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

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

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

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

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

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

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

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