#B3AB74

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

Shades of Neutral Green #B3AB74

Tints of Neutral Green #B3AB74

Color information

#B3AB74 (or 0xB3AB74) is unknown color: approx Neutral Green. HEX triplet: B3, AB and 74. RGB value is (179,171,116). Sum of RGB (Red+Green+Blue) = 179+171+116=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AB74 is #4C548B. Grayscale: #A7A7A7. Windows color (decimal): -5002380 or 7646131. OLE color: 7646131.

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

Color convert

RGB179171116-
CMYK00.040.350.30
HSL52.38º29.3%57.84%-
HSV(B)52.38º35.2%70.2%-
XYZ36.3139.9722.32-
YUV167.1299.15136.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 171 (67.19% from 255) = 36.70%
BLUE value IS 116 (45.70% from 255) = 24.89%
R=38.41%
G=36.70%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917111600.040.350.3052.3829.357.84
HexB3AB7404231E341d3a
Octal263253164044336643572
Binary1011001110101011111010001001000111111011010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AB74; }

 p { color: rgb(179,171,116); }

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

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

 a { background-color: rgb(179,171,116); }

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

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

 span { border-color: rgb(179,171,116); }

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