#B3A77C

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

Shades of Neutral Green #B3A77C

Tints of Neutral Green #B3A77C

Color information

#B3A77C (or 0xB3A77C) is unknown color: approx Neutral Green. HEX triplet: B3, A7 and 7C. RGB value is (179,167,124). Sum of RGB (Red+Green+Blue) = 179+167+124=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A77C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A77C is #4C5883. Grayscale: #A5A5A5. Windows color (decimal): -5003396 or 8169395. OLE color: 8169395.

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

Color convert

RGB179167124-
CMYK00.070.310.30
HSL46.91º26.57%59.41%-
HSV(B)46.91º30.73%70.2%-
XYZ36.0538.6824.63-
YUV165.69104.48137.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.09%
GREEN value IS 167 (65.62% from 255) = 35.53%
BLUE value IS 124 (48.83% from 255) = 26.38%
R=38.09%
G=35.53%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916712400.070.310.3046.9126.5759.41
HexB3A77C071F1E2f1b3b
Octal263247174073736573373
Binary101100111010011111111000111111111111010111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A77C; }

 p { color: rgb(179,167,124); }

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

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

 a { background-color: rgb(179,167,124); }

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

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

 span { border-color: rgb(179,167,124); }

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