#B3AC7B

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

Shades of Neutral Green #B3AC7B

Tints of Neutral Green #B3AC7B

Color information

#B3AC7B (or 0xB3AC7B) is unknown color: approx Neutral Green. HEX triplet: B3, AC and 7B. RGB value is (179,172,123). Sum of RGB (Red+Green+Blue) = 179+172+123=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AC7B is #4C5384. Grayscale: #A8A8A8. Windows color (decimal): -5002117 or 8105139. OLE color: 8105139.

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

Color convert

RGB179172123-
CMYK00.040.310.30
HSL52.5º26.92%59.22%-
HSV(B)52.5º31.28%70.2%-
XYZ36.9240.5224.61-
YUV168.51102.32135.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.76%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 123 (48.44% from 255) = 25.95%
R=37.76%
G=36.29%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917212300.040.310.3052.526.9259.22
HexB3AC7B041F1E341b3b
Octal263254173043736643373
Binary101100111010110011110110100111111111011010011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AC7B; }

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

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

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

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

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

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

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

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