#B3AB7A

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

Shades of Neutral Green #B3AB7A

Tints of Neutral Green #B3AB7A

Color information

#B3AB7A (or 0xB3AB7A) is unknown color: approx Neutral Green. HEX triplet: B3, AB and 7A. RGB value is (179,171,122). Sum of RGB (Red+Green+Blue) = 179+171+122=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AB7A is #4C5485. Grayscale: #A8A8A8. Windows color (decimal): -5002374 or 8039347. OLE color: 8039347.

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

Color convert

RGB179171122-
CMYK00.040.320.30
HSL51.58º27.27%59.02%-
HSV(B)51.58º31.84%70.2%-
XYZ36.6740.1124.22-
YUV167.81102.15135.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 171 (67.19% from 255) = 36.23%
BLUE value IS 122 (48.05% from 255) = 25.85%
R=37.92%
G=36.23%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917112200.040.320.3051.5827.2759.02
HexB3AB7A04201E341b3b
Octal263253172044036643373
Binary1011001110101011111101001001000001111011010011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AB7A; }

 p { color: rgb(179,171,122); }

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

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

 a { background-color: rgb(179,171,122); }

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

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

 span { border-color: rgb(179,171,122); }

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