#A3B47B

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

Shades of Olivine #A3B47B

Tints of Olivine #A3B47B

Color information

#A3B47B (or 0xA3B47B) is unknown color: approx Olivine. HEX triplet: A3, B4 and 7B. RGB value is (163,180,123). Sum of RGB (Red+Green+Blue) = 163+180+123=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B47B is #5C4B84. Grayscale: #A8A8A8. Windows color (decimal): -6048645 or 8107171. OLE color: 8107171.

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

Color convert

RGB163180123-
CMYK0.0900.320.29
HSL77.89º27.54%59.41%-
HSV(B)77.89º31.67%70.59%-
XYZ3541.8624.97-
YUV168.42102.37124.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.98%
GREEN value IS 180 (70.70% from 255) = 38.63%
BLUE value IS 123 (48.44% from 255) = 26.39%
R=34.98%
G=38.63%
B=26.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631801230.0900.320.2977.8927.5459.41
HexA3B47B90201D4e1c3b
Octal24326417311040351163473
Binary101000111011010011110111001010000011101100111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B47B; }

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

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

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

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

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

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

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

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