#B2A878

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

Shades of Neutral Green #B2A878

Tints of Neutral Green #B2A878

Color information

#B2A878 (or 0xB2A878) is unknown color: approx Neutral Green. HEX triplet: B2, A8 and 78. RGB value is (178,168,120). Sum of RGB (Red+Green+Blue) = 178+168+120=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A878 is #4D5787. Grayscale: #A5A5A5. Windows color (decimal): -5068680 or 7907506. OLE color: 7907506.

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

Color convert

RGB178168120-
CMYK00.060.330.30
HSL49.66º27.36%58.43%-
HSV(B)49.66º32.58%69.8%-
XYZ35.7538.8323.38-
YUV165.52102.31136.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 168 (66.02% from 255) = 36.05%
BLUE value IS 120 (47.27% from 255) = 25.75%
R=38.20%
G=36.05%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816812000.060.330.3049.6627.3658.43
HexB2A87806211E321b3a
Octal262250170064136623372
Binary1011001010101000111100001101000011111011001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A878; }

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

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

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

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

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

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

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

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