#B3A87A

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

Shades of Neutral Green #B3A87A

Tints of Neutral Green #B3A87A

Color information

#B3A87A (or 0xB3A87A) is unknown color: approx Neutral Green. HEX triplet: B3, A8 and 7A. RGB value is (179,168,122). Sum of RGB (Red+Green+Blue) = 179+168+122=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A87A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A87A is #4C5785. Grayscale: #A6A6A6. Windows color (decimal): -5003142 or 8038579. OLE color: 8038579.

HSL color Cylindrical-coordinate representation of color #B3A87A: hue angle of 48.42º 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 #B3A87A is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB179168122-
CMYK00.060.320.30
HSL48.42º27.27%59.02%-
HSV(B)48.42º31.84%70.2%-
XYZ36.1138.9924.04-
YUV166.04103.14137.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.17%
GREEN value IS 168 (66.02% from 255) = 35.82%
BLUE value IS 122 (48.05% from 255) = 26.01%
R=38.17%
G=35.82%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916812200.060.320.3048.4227.2759.02
HexB3A87A06201E301b3b
Octal263250172064036603373
Binary1011001110101000111101001101000001111011000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A87A; }

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

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

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

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

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

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

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

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