#B0A57E

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

Shades of Neutral Green #B0A57E

Tints of Neutral Green #B0A57E

Color information

#B0A57E (or 0xB0A57E) is unknown color: approx Neutral Green. HEX triplet: B0, A5 and 7E. RGB value is (176,165,126). Sum of RGB (Red+Green+Blue) = 176+165+126=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A57E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A57E is #4F5A81. Grayscale: #A4A4A4. Windows color (decimal): -5200514 or 8299952. OLE color: 8299952.

HSL color Cylindrical-coordinate representation of color #B0A57E: hue angle of 46.8º 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 #B0A57E is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB176165126-
CMYK00.060.280.31
HSL46.8º24.04%59.22%-
HSV(B)46.8º28.41%69.02%-
XYZ35.1337.6525.15-
YUV163.84106.64136.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 165 (64.84% from 255) = 35.33%
BLUE value IS 126 (49.61% from 255) = 26.98%
R=37.69%
G=35.33%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616512600.060.280.3146.824.0459.22
HexB0A57E061C1F2f183b
Octal260245176063437573073
Binary101100001010010111111100110111001111110111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A57E; }

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

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

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

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

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

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

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

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