#B1A975

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

Shades of Neutral Green #B1A975

Tints of Neutral Green #B1A975

Color information

#B1A975 (or 0xB1A975) is unknown color: approx Neutral Green. HEX triplet: B1, A9 and 75. RGB value is (177,169,117). Sum of RGB (Red+Green+Blue) = 177+169+117=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A975 is #4E568A. Grayscale: #A5A5A5. Windows color (decimal): -5133963 or 7711153. OLE color: 7711153.

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

Color convert

RGB177169117-
CMYK00.050.340.31
HSL52º27.78%57.65%-
HSV(B)52º33.9%69.41%-
XYZ35.5339.0122.49-
YUV165.46100.65136.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 169 (66.41% from 255) = 36.50%
BLUE value IS 117 (46.09% from 255) = 25.27%
R=38.23%
G=36.50%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716911700.050.340.315227.7857.65
HexB1A97505221F341c3a
Octal261251165054237643472
Binary1011000110101001111010101011000101111111010011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A975; }

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

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

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

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

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

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

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

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