#B2AB81

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

Shades of Neutral Green #B2AB81

Tints of Neutral Green #B2AB81

Color information

#B2AB81 (or 0xB2AB81) is unknown color: approx Neutral Green. HEX triplet: B2, AB and 81. RGB value is (178,171,129). Sum of RGB (Red+Green+Blue) = 178+171+129=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AB81 is #4D547E. Grayscale: #A8A8A8. Windows color (decimal): -5067903 or 8498098. OLE color: 8498098.

HSL color Cylindrical-coordinate representation of color #B2AB81: hue angle of 51.43º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2AB81 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB178171129-
CMYK00.040.280.30
HSL51.43º24.14%60.2%-
HSV(B)51.43º27.53%69.8%-
XYZ36.8940.1826.58-
YUV168.3105.82134.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.24%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=37.24%
G=35.77%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817112900.040.280.3051.4324.1460.2
HexB2AB81041C1E33183c
Octal262253201043436633074
Binary1011001010101011100000010100111001111011001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AB81; }

 p { color: rgb(178,171,129); }

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

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

 a { background-color: rgb(178,171,129); }

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

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

 span { border-color: rgb(178,171,129); }

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