#B0AC7A

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

Shades of Neutral Green #B0AC7A

Tints of Neutral Green #B0AC7A

Color information

#B0AC7A (or 0xB0AC7A) is unknown color: approx Neutral Green. HEX triplet: B0, AC and 7A. RGB value is (176,172,122). Sum of RGB (Red+Green+Blue) = 176+172+122=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AC7A is #4F5385. Grayscale: #A7A7A7. Windows color (decimal): -5198726 or 8039600. OLE color: 8039600.

HSL color Cylindrical-coordinate representation of color #B0AC7A: hue angle of 55.56º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0AC7A is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB176172122-
CMYK00.020.310.31
HSL55.56º25.47%58.43%-
HSV(B)55.56º30.68%69.02%-
XYZ36.1740.1424.25-
YUV167.5102.33134.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 172 (67.58% from 255) = 36.60%
BLUE value IS 122 (48.05% from 255) = 25.96%
R=37.45%
G=36.60%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617212200.020.310.3155.5625.4758.43
HexB0AC7A021F1F38193a
Octal260254172023737703172
Binary10110000101011001111010010111111111111100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AC7A; }

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

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

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

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

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

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

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

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