#A3B872

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

Shades of Olivine #A3B872

Tints of Olivine #A3B872

Color information

#A3B872 (or 0xA3B872) is unknown color: approx Olivine. HEX triplet: A3, B8 and 72. RGB value is (163,184,114). Sum of RGB (Red+Green+Blue) = 163+184+114=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B872 is #5C478D. Grayscale: #A9A9A9. Windows color (decimal): -6047630 or 7518371. OLE color: 7518371.

HSL color Cylindrical-coordinate representation of color #A3B872: hue angle of 78º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3B872 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB163184114-
CMYK0.1100.380.28
HSL78º33.02%58.43%-
HSV(B)78º38.04%72.16%-
XYZ35.2843.2822.41-
YUV169.7496.54123.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 184 (72.27% from 255) = 39.91%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=35.36%
G=39.91%
B=24.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631841140.1100.380.287833.0258.43
HexA3B872B0261C4e213a
Octal24327016213046341164172
Binary1010001110111000111001010110100110111001001110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B872; }

 p { color: rgb(163,184,114); }

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

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

 a { background-color: rgb(163,184,114); }

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

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

 span { border-color: rgb(163,184,114); }

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