#B2A87C

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

Shades of Neutral Green #B2A87C

Tints of Neutral Green #B2A87C

Color information

#B2A87C (or 0xB2A87C) is unknown color: approx Neutral Green. HEX triplet: B2, A8 and 7C. RGB value is (178,168,124). Sum of RGB (Red+Green+Blue) = 178+168+124=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A87C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A87C is #4D5783. Grayscale: #A6A6A6. Windows color (decimal): -5068676 or 8169650. OLE color: 8169650.

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

Color convert

RGB178168124-
CMYK00.060.300.30
HSL48.89º25.96%59.22%-
HSV(B)48.89º30.34%69.8%-
XYZ3638.9324.68-
YUV165.97104.31136.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.87%
GREEN value IS 168 (66.02% from 255) = 35.74%
BLUE value IS 124 (48.83% from 255) = 26.38%
R=37.87%
G=35.74%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816812400.060.300.3048.8925.9659.22
HexB2A87C061E1E311a3b
Octal262250174063636613273
Binary101100101010100011111000110111101111011000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A87C; }

 p { color: rgb(178,168,124); }

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

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

 a { background-color: rgb(178,168,124); }

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

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

 span { border-color: rgb(178,168,124); }

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