#B4AB7D

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

Shades of Neutral Green #B4AB7D

Tints of Neutral Green #B4AB7D

Color information

#B4AB7D (or 0xB4AB7D) is unknown color: approx Neutral Green. HEX triplet: B4, AB and 7D. RGB value is (180,171,125). Sum of RGB (Red+Green+Blue) = 180+171+125=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AB7D is #4B5482. Grayscale: #A8A8A8. Windows color (decimal): -4936835 or 8235956. OLE color: 8235956.

HSL color Cylindrical-coordinate representation of color #B4AB7D: hue angle of 50.18º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4AB7D is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB180171125-
CMYK00.050.310.29
HSL50.18º26.83%59.8%-
HSV(B)50.18º30.56%70.59%-
XYZ37.0940.3125.23-
YUV168.45103.48136.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 125 (49.22% from 255) = 26.26%
R=37.82%
G=35.92%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017112500.050.310.2950.1826.8359.8
HexB4AB7D051F1D321b3c
Octal264253175053735623374
Binary101101001010101111111010101111111110111001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AB7D; }

 p { color: rgb(180,171,125); }

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

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

 a { background-color: rgb(180,171,125); }

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

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

 span { border-color: rgb(180,171,125); }

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