#B2AC7B

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

Shades of Neutral Green #B2AC7B

Tints of Neutral Green #B2AC7B

Color information

#B2AC7B (or 0xB2AC7B) is unknown color: approx Neutral Green. HEX triplet: B2, AC and 7B. RGB value is (178,172,123). Sum of RGB (Red+Green+Blue) = 178+172+123=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AC7B is #4D5384. Grayscale: #A8A8A8. Windows color (decimal): -5067653 or 8105138. OLE color: 8105138.

HSL color Cylindrical-coordinate representation of color #B2AC7B: hue angle of 53.45º degrees, saturation: 0.26, 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 #B2AC7B is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB178172123-
CMYK00.030.310.30
HSL53.45º26.32%59.02%-
HSV(B)53.45º30.9%69.8%-
XYZ36.6940.424.6-
YUV168.21102.49134.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.63%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 123 (48.44% from 255) = 26.00%
R=37.63%
G=36.36%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817212300.030.310.3053.4526.3259.02
HexB2AC7B031F1E351a3b
Octal262254173033736653273
Binary10110010101011001111011011111111111011010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AC7B; }

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

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

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

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

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

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

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

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