#B3AB7D

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

Shades of Neutral Green #B3AB7D

Tints of Neutral Green #B3AB7D

Color information

#B3AB7D (or 0xB3AB7D) is unknown color: approx Neutral Green. HEX triplet: B3, AB and 7D. RGB value is (179,171,125). Sum of RGB (Red+Green+Blue) = 179+171+125=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AB7D is #4C5482. Grayscale: #A8A8A8. Windows color (decimal): -5002371 or 8235955. OLE color: 8235955.

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

Color convert

RGB179171125-
CMYK00.040.300.30
HSL51.11º26.21%59.61%-
HSV(B)51.11º30.17%70.2%-
XYZ36.8540.1925.22-
YUV168.15103.65135.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.68%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 125 (49.22% from 255) = 26.32%
R=37.68%
G=36%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917112500.040.300.3051.1126.2159.61
HexB3AB7D041E1E331a3c
Octal263253175043636633274
Binary101100111010101111111010100111101111011001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AB7D; }

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

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

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

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

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

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

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

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