#A4C174

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

Shades of Olivine #A4C174

Tints of Olivine #A4C174

Color information

#A4C174 (or 0xA4C174) is unknown color: approx Olivine. HEX triplet: A4, C1 and 74. RGB value is (164,193,116). Sum of RGB (Red+Green+Blue) = 164+193+116=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C174 is #5B3E8B. Grayscale: #AFAFAF. Windows color (decimal): -5979788 or 7651748. OLE color: 7651748.

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

Color convert

RGB164193116-
CMYK0.1500.400.24
HSL82.6º38.31%60.59%-
HSV(B)82.6º39.9%75.69%-
XYZ37.5347.2923.67-
YUV175.5594.39119.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 193 (75.78% from 255) = 40.80%
BLUE value IS 116 (45.70% from 255) = 24.52%
R=34.67%
G=40.80%
B=24.52%

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
Decimal1641931160.1500.400.2482.638.3160.59
HexA4C174F0281853263d
Octal24430116417050301234675
Binary1010010011000001111010011110101000110001010011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C174; }

 p { color: rgb(164,193,116); }

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

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

 a { background-color: rgb(164,193,116); }

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

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

 span { border-color: rgb(164,193,116); }

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