#B1A974

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

Shades of Neutral Green #B1A974

Tints of Neutral Green #B1A974

Color information

#B1A974 (or 0xB1A974) is unknown color: approx Neutral Green. HEX triplet: B1, A9 and 74. RGB value is (177,169,116). Sum of RGB (Red+Green+Blue) = 177+169+116=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A974 is #4E568B. Grayscale: #A5A5A5. Windows color (decimal): -5133964 or 7645617. OLE color: 7645617.

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

Color convert

RGB177169116-
CMYK00.050.340.31
HSL52.13º28.11%57.45%-
HSV(B)52.13º34.46%69.41%-
XYZ35.4738.9822.18-
YUV165.35100.15136.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.31%
GREEN value IS 169 (66.41% from 255) = 36.58%
BLUE value IS 116 (45.70% from 255) = 25.11%
R=38.31%
G=36.58%
B=25.11%

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
Decimal17716911600.050.340.3152.1328.1157.45
HexB1A97405221F341c39
Octal261251164054237643471
Binary1011000110101001111010001011000101111111010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A974; }

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

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

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

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

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

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

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

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