#B1A67C

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

Shades of Neutral Green #B1A67C

Tints of Neutral Green #B1A67C

Color information

#B1A67C (or 0xB1A67C) is unknown color: approx Neutral Green. HEX triplet: B1, A6 and 7C. RGB value is (177,166,124). Sum of RGB (Red+Green+Blue) = 177+166+124=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A67C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A67C is #4E5983. Grayscale: #A4A4A4. Windows color (decimal): -5134724 or 8169137. OLE color: 8169137.

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

Color convert

RGB177166124-
CMYK00.060.300.31
HSL47.55º25.36%59.02%-
HSV(B)47.55º29.94%69.41%-
XYZ35.4138.0724.55-
YUV164.5105.14136.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.90%
GREEN value IS 166 (65.23% from 255) = 35.55%
BLUE value IS 124 (48.83% from 255) = 26.55%
R=37.90%
G=35.55%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716612400.060.300.3147.5525.3659.02
HexB1A67C061E1F30193b
Octal261246174063637603173
Binary101100011010011011111000110111101111111000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A67C; }

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

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

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

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

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

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

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

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