#B4AA7B

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

Shades of Neutral Green #B4AA7B

Tints of Neutral Green #B4AA7B

Color information

#B4AA7B (or 0xB4AA7B) is unknown color: approx Neutral Green. HEX triplet: B4, AA and 7B. RGB value is (180,170,123). Sum of RGB (Red+Green+Blue) = 180+170+123=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA7B is #4B5584. Grayscale: #A7A7A7. Windows color (decimal): -4937093 or 8104628. OLE color: 8104628.

HSL color Cylindrical-coordinate representation of color #B4AA7B: hue angle of 49.47º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4AA7B is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB180170123-
CMYK00.060.320.29
HSL49.47º27.54%59.41%-
HSV(B)49.47º31.67%70.59%-
XYZ36.7739.8824.5-
YUV167.63102.81136.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 170 (66.80% from 255) = 35.94%
BLUE value IS 123 (48.44% from 255) = 26.00%
R=38.05%
G=35.94%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017012300.060.320.2949.4727.5459.41
HexB4AA7B06201D311c3b
Octal264252173064035613473
Binary1011010010101010111101101101000001110111000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA7B; }

 p { color: rgb(180,170,123); }

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

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

 a { background-color: rgb(180,170,123); }

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

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

 span { border-color: rgb(180,170,123); }

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