#B3AD7D

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

Shades of Neutral Green #B3AD7D

Tints of Neutral Green #B3AD7D

Color information

#B3AD7D (or 0xB3AD7D) is unknown color: approx Neutral Green. HEX triplet: B3, AD and 7D. RGB value is (179,173,125). Sum of RGB (Red+Green+Blue) = 179+173+125=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD7D is #4C5282. Grayscale: #A9A9A9. Windows color (decimal): -5001859 or 8236467. OLE color: 8236467.

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

Color convert

RGB179173125-
CMYK00.030.300.30
HSL53.33º26.21%59.61%-
HSV(B)53.33º30.17%70.2%-
XYZ37.2440.9525.34-
YUV169.32102.99134.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.53%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 125 (49.22% from 255) = 26.21%
R=37.53%
G=36.27%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917312500.030.300.3053.3326.2159.61
HexB3AD7D031E1E351a3c
Octal263255175033636653274
Binary10110011101011011111101011111101111011010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AD7D; }

 p { color: rgb(179,173,125); }

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

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

 a { background-color: rgb(179,173,125); }

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

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

 span { border-color: rgb(179,173,125); }

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