#A3B972

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

Shades of Olivine #A3B972

Tints of Olivine #A3B972

Color information

#A3B972 (or 0xA3B972) is unknown color: approx Olivine. HEX triplet: A3, B9 and 72. RGB value is (163,185,114). Sum of RGB (Red+Green+Blue) = 163+185+114=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B972 is #5C468D. Grayscale: #AAAAAA. Windows color (decimal): -6047374 or 7518627. OLE color: 7518627.

HSL color Cylindrical-coordinate representation of color #A3B972: hue angle of 78.59º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3B972 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB163185114-
CMYK0.1200.380.27
HSL78.59º33.65%58.63%-
HSV(B)78.59º38.38%72.55%-
XYZ35.4943.722.48-
YUV170.3396.21122.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.28%
GREEN value IS 185 (72.66% from 255) = 40.04%
BLUE value IS 114 (44.92% from 255) = 24.68%
R=35.28%
G=40.04%
B=24.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631851140.1200.380.2778.5933.6558.63
HexA3B972C0261B4f223b
Octal24327116214046331174273
Binary1010001110111001111001011000100110110111001111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B972; }

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

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

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

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

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

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

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

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