#B3AC75

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

Shades of Neutral Green #B3AC75

Tints of Neutral Green #B3AC75

Color information

#B3AC75 (or 0xB3AC75) is unknown color: approx Neutral Green. HEX triplet: B3, AC and 75. RGB value is (179,172,117). Sum of RGB (Red+Green+Blue) = 179+172+117=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AC75 is #4C538A. Grayscale: #A8A8A8. Windows color (decimal): -5002123 or 7711923. OLE color: 7711923.

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

Color convert

RGB179172117-
CMYK00.040.350.30
HSL53.23º28.97%58.04%-
HSV(B)53.23º34.64%70.2%-
XYZ36.5540.3722.7-
YUV167.8299.32135.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.25%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 117 (46.09% from 255) = 25%
R=38.25%
G=36.75%
B=25%

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
Decimal17917211700.040.350.3053.2328.9758.04
HexB3AC7504231E351d3a
Octal263254165044336653572
Binary1011001110101100111010101001000111111011010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AC75; }

 p { color: rgb(179,172,117); }

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

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

 a { background-color: rgb(179,172,117); }

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

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

 span { border-color: rgb(179,172,117); }

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