#A4C175

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

Shades of Olivine #A4C175

Tints of Olivine #A4C175

Color information

#A4C175 (or 0xA4C175) is unknown color: approx Olivine. HEX triplet: A4, C1 and 75. RGB value is (164,193,117). Sum of RGB (Red+Green+Blue) = 164+193+117=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C175 is #5B3E8A. Grayscale: #AFAFAF. Windows color (decimal): -5979787 or 7717284. OLE color: 7717284.

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

Color convert

RGB164193117-
CMYK0.1500.390.24
HSL82.89º38%60.78%-
HSV(B)82.89º39.38%75.69%-
XYZ37.5947.3223.98-
YUV175.6694.89119.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 193 (75.78% from 255) = 40.72%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=34.60%
G=40.72%
B=24.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641931170.1500.390.2482.893860.78
HexA4C175F0271853263d
Octal24430116517047301234675
Binary1010010011000001111010111110100111110001010011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C175; }

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

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

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

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

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

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

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

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