#B2A976

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

Shades of Neutral Green #B2A976

Tints of Neutral Green #B2A976

Color information

#B2A976 (or 0xB2A976) is unknown color: approx Neutral Green. HEX triplet: B2, A9 and 76. RGB value is (178,169,118). Sum of RGB (Red+Green+Blue) = 178+169+118=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A976 is #4D5689. Grayscale: #A6A6A6. Windows color (decimal): -5068426 or 7776690. OLE color: 7776690.

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

Color convert

RGB178169118-
CMYK00.050.340.30
HSL51º28.04%58.04%-
HSV(B)51º33.71%69.8%-
XYZ35.8239.1522.81-
YUV165.88100.98136.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.28%
GREEN value IS 169 (66.41% from 255) = 36.34%
BLUE value IS 118 (46.48% from 255) = 25.38%
R=38.28%
G=36.34%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816911800.050.340.305128.0458.04
HexB2A97605221E331c3a
Octal262251166054236633472
Binary1011001010101001111011001011000101111011001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A976; }

 p { color: rgb(178,169,118); }

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

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

 a { background-color: rgb(178,169,118); }

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

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

 span { border-color: rgb(178,169,118); }

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