#A3B477

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

Shades of Olivine #A3B477

Tints of Olivine #A3B477

Color information

#A3B477 (or 0xA3B477) is unknown color: approx Olivine. HEX triplet: A3, B4 and 77. RGB value is (163,180,119). Sum of RGB (Red+Green+Blue) = 163+180+119=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B477 is #5C4B88. Grayscale: #A8A8A8. Windows color (decimal): -6048649 or 7845027. OLE color: 7845027.

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

Color convert

RGB163180119-
CMYK0.0900.340.29
HSL76.72º28.91%58.63%-
HSV(B)76.72º33.89%70.59%-
XYZ34.7641.7623.68-
YUV167.96100.37124.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.28%
GREEN value IS 180 (70.70% from 255) = 38.96%
BLUE value IS 119 (46.88% from 255) = 25.76%
R=35.28%
G=38.96%
B=25.76%

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
Decimal1631801190.0900.340.2976.7228.9158.63
HexA3B47790221D4d1d3b
Octal24326416711042351153573
Binary101000111011010011101111001010001011101100110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B477; }

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

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

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

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

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

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

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

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