#B1A885

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

Shades of Neutral Green #B1A885

Tints of Neutral Green #B1A885

Color information

#B1A885 (or 0xB1A885) is unknown color: approx Neutral Green. HEX triplet: B1, A8 and 85. RGB value is (177,168,133). Sum of RGB (Red+Green+Blue) = 177+168+133=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A885 is #4E577A. Grayscale: #A6A6A6. Windows color (decimal): -5134203 or 8759473. OLE color: 8759473.

HSL color Cylindrical-coordinate representation of color #B1A885: hue angle of 47.73º 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 #B1A885 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB177168133-
CMYK00.050.250.31
HSL47.73º22%60.78%-
HSV(B)47.73º24.86%69.41%-
XYZ36.3739.0527.81-
YUV166.7108.98135.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 168 (66.02% from 255) = 35.15%
BLUE value IS 133 (52.34% from 255) = 27.82%
R=37.03%
G=35.15%
B=27.82%

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
Decimal17716813300.050.250.3147.732260.78
HexB1A88505191F30163d
Octal261250205053137602675
Binary1011000110101000100001010101110011111111000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A885; }

 p { color: rgb(177,168,133); }

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

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

 a { background-color: rgb(177,168,133); }

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

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

 span { border-color: rgb(177,168,133); }

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