#B1AF82

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

Shades of Neutral Green #B1AF82

Tints of Neutral Green #B1AF82

Color information

#B1AF82 (or 0xB1AF82) is unknown color: approx Neutral Green. HEX triplet: B1, AF and 82. RGB value is (177,175,130). Sum of RGB (Red+Green+Blue) = 177+175+130=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AF82 is #4E507D. Grayscale: #AAAAAA. Windows color (decimal): -5132414 or 8564657. OLE color: 8564657.

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

Color convert

RGB177175130-
CMYK00.010.270.31
HSL57.45º23.15%60.2%-
HSV(B)57.45º26.55%69.41%-
XYZ37.4941.6227.18-
YUV170.47105.16132.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=36.72%
G=36.31%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717513000.010.270.3157.4523.1560.2
HexB1AF82011B1F39173c
Octal261257202013337712774
Binary10110001101011111000001001110111111111100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF82; }

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

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

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

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

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

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

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

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