#B4AC7B

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

Shades of Neutral Green #B4AC7B

Tints of Neutral Green #B4AC7B

Color information

#B4AC7B (or 0xB4AC7B) is unknown color: approx Neutral Green. HEX triplet: B4, AC and 7B. RGB value is (180,172,123). Sum of RGB (Red+Green+Blue) = 180+172+123=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AC7B is #4B5384. Grayscale: #A9A9A9. Windows color (decimal): -4936581 or 8105140. OLE color: 8105140.

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

Color convert

RGB180172123-
CMYK00.040.320.29
HSL51.58º27.54%59.41%-
HSV(B)51.58º31.67%70.59%-
XYZ37.1540.6424.62-
YUV168.81102.15135.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 123 (48.44% from 255) = 25.89%
R=37.89%
G=36.21%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017212300.040.320.2951.5827.5459.41
HexB4AC7B04201D341c3b
Octal264254173044035643473
Binary1011010010101100111101101001000001110111010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC7B; }

 p { color: rgb(180,172,123); }

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

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

 a { background-color: rgb(180,172,123); }

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

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

 span { border-color: rgb(180,172,123); }

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