#B1A97D

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

Shades of Neutral Green #B1A97D

Tints of Neutral Green #B1A97D

Color information

#B1A97D (or 0xB1A97D) is unknown color: approx Neutral Green. HEX triplet: B1, A9 and 7D. RGB value is (177,169,125). Sum of RGB (Red+Green+Blue) = 177+169+125=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A97D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A97D is #4E5682. Grayscale: #A6A6A6. Windows color (decimal): -5133955 or 8235441. OLE color: 8235441.

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

Color convert

RGB177169125-
CMYK00.050.290.31
HSL50.77º25%59.22%-
HSV(B)50.77º29.38%69.41%-
XYZ36.0239.225.07-
YUV166.38104.65135.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.58%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=37.58%
G=35.88%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716912500.050.290.3150.772559.22
HexB1A97D051D1F33193b
Octal261251175053537633173
Binary101100011010100111111010101111011111111001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A97D; }

 p { color: rgb(177,169,125); }

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

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

 a { background-color: rgb(177,169,125); }

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

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

 span { border-color: rgb(177,169,125); }

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