#B0AC7E

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

Shades of Neutral Green #B0AC7E

Tints of Neutral Green #B0AC7E

Color information

#B0AC7E (or 0xB0AC7E) is unknown color: approx Neutral Green. HEX triplet: B0, AC and 7E. RGB value is (176,172,126). Sum of RGB (Red+Green+Blue) = 176+172+126=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AC7E is #4F5381. Grayscale: #A8A8A8. Windows color (decimal): -5198722 or 8301744. OLE color: 8301744.

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

Color convert

RGB176172126-
CMYK00.020.280.31
HSL55.2º24.04%59.22%-
HSV(B)55.2º28.41%69.02%-
XYZ36.4240.2425.59-
YUV167.95104.33133.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 126 (49.61% from 255) = 26.58%
R=37.13%
G=36.29%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617212600.020.280.3155.224.0459.22
HexB0AC7E021C1F37183b
Octal260254176023437673073
Binary10110000101011001111110010111001111111011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AC7E; }

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

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

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

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

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

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

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

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