#B1AF83

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

Shades of Neutral Green #B1AF83

Tints of Neutral Green #B1AF83

Color information

#B1AF83 (or 0xB1AF83) is unknown color: approx Neutral Green. HEX triplet: B1, AF and 83. RGB value is (177,175,131). Sum of RGB (Red+Green+Blue) = 177+175+131=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AF83 is #4E507C. Grayscale: #AAAAAA. Windows color (decimal): -5132413 or 8630193. OLE color: 8630193.

HSL color Cylindrical-coordinate representation of color #B1AF83: hue angle of 57.39º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1AF83 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB177175131-
CMYK00.010.260.31
HSL57.39º22.77%60.39%-
HSV(B)57.39º25.99%69.41%-
XYZ37.5641.6527.53-
YUV170.58105.66132.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.65%
GREEN value IS 175 (68.75% from 255) = 36.23%
BLUE value IS 131 (51.56% from 255) = 27.12%
R=36.65%
G=36.23%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717513100.010.260.3157.3922.7760.39
HexB1AF83011A1F39173c
Octal261257203013237712774
Binary10110001101011111000001101110101111111100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF83; }

 p { color: rgb(177,175,131); }

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

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

 a { background-color: rgb(177,175,131); }

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

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

 span { border-color: rgb(177,175,131); }

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