#A3B476

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

Shades of Olivine #A3B476

Tints of Olivine #A3B476

Color information

#A3B476 (or 0xA3B476) is unknown color: approx Olivine. HEX triplet: A3, B4 and 76. RGB value is (163,180,118). Sum of RGB (Red+Green+Blue) = 163+180+118=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B476 is #5C4B89. Grayscale: #A8A8A8. Windows color (decimal): -6048650 or 7779491. OLE color: 7779491.

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

Color convert

RGB163180118-
CMYK0.0900.340.29
HSL76.45º29.25%58.43%-
HSV(B)76.45º34.44%70.59%-
XYZ34.741.7423.37-
YUV167.8599.87124.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 180 (70.70% from 255) = 39.05%
BLUE value IS 118 (46.48% from 255) = 25.60%
R=35.36%
G=39.05%
B=25.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631801180.0900.340.2976.4529.2558.43
HexA3B47690221D4c1d3a
Octal24326416611042351143572
Binary101000111011010011101101001010001011101100110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B476; }

 p { color: rgb(163,180,118); }

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

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

 a { background-color: rgb(163,180,118); }

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

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

 span { border-color: rgb(163,180,118); }

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