#A4C477

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

Shades of Olivine #A4C477

Tints of Olivine #A4C477

Color information

#A4C477 (or 0xA4C477) is unknown color: approx Olivine. HEX triplet: A4, C4 and 77. RGB value is (164,196,119). Sum of RGB (Red+Green+Blue) = 164+196+119=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C477 is #5B3B88. Grayscale: #B1B1B1. Windows color (decimal): -5979017 or 7849124. OLE color: 7849124.

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

Color convert

RGB164196119-
CMYK0.1600.390.23
HSL84.94º39.49%61.76%-
HSV(B)84.94º39.29%76.86%-
XYZ38.3848.724.83-
YUV177.6594.9118.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.24%
GREEN value IS 196 (76.95% from 255) = 40.92%
BLUE value IS 119 (46.88% from 255) = 24.84%
R=34.24%
G=40.92%
B=24.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641961190.1600.390.2384.9439.4961.76
HexA4C477100271755273e
Octal24430416720047271254776
Binary10100100110001001110111100000100111101111010101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C477; }

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

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

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

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

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

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

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

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