#B1A984

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

Shades of Neutral Green #B1A984

Tints of Neutral Green #B1A984

Color information

#B1A984 (or 0xB1A984) is unknown color: approx Neutral Green. HEX triplet: B1, A9 and 84. RGB value is (177,169,132). Sum of RGB (Red+Green+Blue) = 177+169+132=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A984 is #4E567B. Grayscale: #A7A7A7. Windows color (decimal): -5133948 or 8694193. OLE color: 8694193.

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

Color convert

RGB177169132-
CMYK00.050.250.31
HSL49.33º22.39%60.59%-
HSV(B)49.33º25.42%69.41%-
XYZ36.4839.3927.51-
YUV167.17108.15135.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 169 (66.41% from 255) = 35.36%
BLUE value IS 132 (51.95% from 255) = 27.62%
R=37.03%
G=35.36%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716913200.050.250.3149.3322.3960.59
HexB1A98405191F31163d
Octal261251204053137612675
Binary1011000110101001100001000101110011111111000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A984; }

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

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

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

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

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

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

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

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