#A5C173

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

Shades of Olivine #A5C173

Tints of Olivine #A5C173

Color information

#A5C173 (or 0xA5C173) is unknown color: approx Olivine. HEX triplet: A5, C1 and 73. RGB value is (165,193,115). Sum of RGB (Red+Green+Blue) = 165+193+115=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C173 is #5A3E8C. Grayscale: #B0B0B0. Windows color (decimal): -5914253 or 7586213. OLE color: 7586213.

HSL color Cylindrical-coordinate representation of color #A5C173: hue angle of 81.54º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5C173 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB165193115-
CMYK0.1500.400.24
HSL81.54º38.61%60.39%-
HSV(B)81.54º40.41%75.69%-
XYZ37.6847.3823.38-
YUV175.7493.72120.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.88%
GREEN value IS 193 (75.78% from 255) = 40.80%
BLUE value IS 115 (45.31% from 255) = 24.31%
R=34.88%
G=40.80%
B=24.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651931150.1500.400.2481.5438.6160.39
HexA5C173F0281852273c
Octal24530116317050301224774
Binary1010010111000001111001111110101000110001010010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C173; }

 p { color: rgb(165,193,115); }

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

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

 a { background-color: rgb(165,193,115); }

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

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

 span { border-color: rgb(165,193,115); }

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