#B3AC7A

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

Shades of Neutral Green #B3AC7A

Tints of Neutral Green #B3AC7A

Color information

#B3AC7A (or 0xB3AC7A) is unknown color: approx Neutral Green. HEX triplet: B3, AC and 7A. RGB value is (179,172,122). Sum of RGB (Red+Green+Blue) = 179+172+122=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AC7A is #4C5385. Grayscale: #A8A8A8. Windows color (decimal): -5002118 or 8039603. OLE color: 8039603.

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

Color convert

RGB179172122-
CMYK00.040.320.30
HSL52.63º27.27%59.02%-
HSV(B)52.63º31.84%70.2%-
XYZ36.8640.4924.29-
YUV168.39101.82135.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.84%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 122 (48.05% from 255) = 25.79%
R=37.84%
G=36.36%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917212200.040.320.3052.6327.2759.02
HexB3AC7A04201E351b3b
Octal263254172044036653373
Binary1011001110101100111101001001000001111011010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AC7A; }

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

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

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

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

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

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

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

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