#A4B475

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

Shades of Olivine #A4B475

Tints of Olivine #A4B475

Color information

#A4B475 (or 0xA4B475) is unknown color: approx Olivine. HEX triplet: A4, B4 and 75. RGB value is (164,180,117). Sum of RGB (Red+Green+Blue) = 164+180+117=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B475 is #5B4B8A. Grayscale: #A8A8A8. Windows color (decimal): -5983115 or 7713956. OLE color: 7713956.

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

Color convert

RGB164180117-
CMYK0.0900.350.29
HSL75.24º29.58%58.24%-
HSV(B)75.24º35%70.59%-
XYZ34.8441.8223.07-
YUV168.0399.2125.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 180 (70.70% from 255) = 39.05%
BLUE value IS 117 (46.09% from 255) = 25.38%
R=35.57%
G=39.05%
B=25.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641801170.0900.350.2975.2429.5858.24
HexA4B47590231D4b1e3a
Octal24426416511043351133672
Binary101001001011010011101011001010001111101100101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B475; }

 p { color: rgb(164,180,117); }

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

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

 a { background-color: rgb(164,180,117); }

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

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

 span { border-color: rgb(164,180,117); }

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