#A4C475

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

Shades of Olivine #A4C475

Tints of Olivine #A4C475

Color information

#A4C475 (or 0xA4C475) is unknown color: approx Olivine. HEX triplet: A4, C4 and 75. RGB value is (164,196,117). Sum of RGB (Red+Green+Blue) = 164+196+117=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C475 is #5B3B8A. Grayscale: #B1B1B1. Windows color (decimal): -5979019 or 7718052. OLE color: 7718052.

HSL color Cylindrical-coordinate representation of color #A4C475: hue angle of 84.3º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4C475 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB164196117-
CMYK0.1600.400.23
HSL84.3º40.1%61.37%-
HSV(B)84.3º40.31%76.86%-
XYZ38.2648.6624.2-
YUV177.4393.9118.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.38%
GREEN value IS 196 (76.95% from 255) = 41.09%
BLUE value IS 117 (46.09% from 255) = 24.53%
R=34.38%
G=41.09%
B=24.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641961170.1600.400.2384.340.161.37
HexA4C475100281754283d
Octal24430416520050271245075
Binary10100100110001001110101100000101000101111010100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C475; }

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

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

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

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

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

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

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

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