#B1AB82

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

Shades of Neutral Green #B1AB82

Tints of Neutral Green #B1AB82

Color information

#B1AB82 (or 0xB1AB82) is unknown color: approx Neutral Green. HEX triplet: B1, AB and 82. RGB value is (177,171,130). Sum of RGB (Red+Green+Blue) = 177+171+130=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AB82 is #4E547D. Grayscale: #A8A8A8. Windows color (decimal): -5133438 or 8563633. OLE color: 8563633.

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

Color convert

RGB177171130-
CMYK00.030.270.31
HSL52.34º23.15%60.2%-
HSV(B)52.34º26.55%69.41%-
XYZ36.7240.0826.92-
YUV168.12106.49134.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 130 (51.17% from 255) = 27.20%
R=37.03%
G=35.77%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717113000.030.270.3152.3423.1560.2
HexB1AB82031B1F34173c
Octal261253202033337642774
Binary101100011010101110000010011110111111111010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB82; }

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

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

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

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

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

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

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

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