#B1A67E

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

Shades of Neutral Green #B1A67E

Tints of Neutral Green #B1A67E

Color information

#B1A67E (or 0xB1A67E) is unknown color: approx Neutral Green. HEX triplet: B1, A6 and 7E. RGB value is (177,166,126). Sum of RGB (Red+Green+Blue) = 177+166+126=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A67E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A67E is #4E5981. Grayscale: #A4A4A4. Windows color (decimal): -5134722 or 8300209. OLE color: 8300209.

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

Color convert

RGB177166126-
CMYK00.060.290.31
HSL47.06º24.64%59.41%-
HSV(B)47.06º28.81%69.41%-
XYZ35.5338.1325.22-
YUV164.73106.14136.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 166 (65.23% from 255) = 35.39%
BLUE value IS 126 (49.61% from 255) = 26.87%
R=37.74%
G=35.39%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716612600.060.290.3147.0624.6459.41
HexB1A67E061D1F2f193b
Octal261246176063537573173
Binary101100011010011011111100110111011111110111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A67E; }

 p { color: rgb(177,166,126); }

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

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

 a { background-color: rgb(177,166,126); }

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

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

 span { border-color: rgb(177,166,126); }

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