#B1A882

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

Shades of Neutral Green #B1A882

Tints of Neutral Green #B1A882

Color information

#B1A882 (or 0xB1A882) is unknown color: approx Neutral Green. HEX triplet: B1, A8 and 82. RGB value is (177,168,130). Sum of RGB (Red+Green+Blue) = 177+168+130=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A882 is #4E577D. Grayscale: #A6A6A6. Windows color (decimal): -5134206 or 8562865. OLE color: 8562865.

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

Color convert

RGB177168130-
CMYK00.050.270.31
HSL48.51º23.15%60.2%-
HSV(B)48.51º26.55%69.41%-
XYZ36.1638.9626.73-
YUV166.36107.48135.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.26%
GREEN value IS 168 (66.02% from 255) = 35.37%
BLUE value IS 130 (51.17% from 255) = 27.37%
R=37.26%
G=35.37%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716813000.050.270.3148.5123.1560.2
HexB1A882051B1F31173c
Octal261250202053337612774
Binary1011000110101000100000100101110111111111000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A882; }

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

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

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

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

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

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

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

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