#B3AB7B

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

Shades of Neutral Green #B3AB7B

Tints of Neutral Green #B3AB7B

Color information

#B3AB7B (or 0xB3AB7B) is unknown color: approx Neutral Green. HEX triplet: B3, AB and 7B. RGB value is (179,171,123). Sum of RGB (Red+Green+Blue) = 179+171+123=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AB7B is #4C5484. Grayscale: #A8A8A8. Windows color (decimal): -5002373 or 8104883. OLE color: 8104883.

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

Color convert

RGB179171123-
CMYK00.040.310.30
HSL51.43º26.92%59.22%-
HSV(B)51.43º31.28%70.2%-
XYZ36.7340.1424.55-
YUV167.92102.65135.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.84%
GREEN value IS 171 (67.19% from 255) = 36.15%
BLUE value IS 123 (48.44% from 255) = 26.00%
R=37.84%
G=36.15%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917112300.040.310.3051.4326.9259.22
HexB3AB7B041F1E331b3b
Octal263253173043736633373
Binary101100111010101111110110100111111111011001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AB7B; }

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

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

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

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

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

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

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

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