#a4c976

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

Shades of Olivine #A4C976

Tints of Olivine #A4C976

Color information

#A4C976 (or 0xA4C976) is unknown color: approx Olivine. HEX triplet: A4, C9 and 76. RGB value is (164,201,118). Sum of RGB (Red+Green+Blue) = 164+201+118=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C976 is #5B3689. Grayscale: #B4B4B4. Windows color (decimal): -5977738 or 7784868. OLE color: 7784868.

HSL color Cylindrical-coordinate representation of color #A4C976: hue angle of 86.75º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4C976 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB164201118-
CMYK0.1800.410.21
HSL86.75º43.46%62.55%-
HSV(B)86.75º41.29%78.82%-
XYZ39.4750.9724.9-
YUV180.4892.74116.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 201 (78.91% from 255) = 41.61%
BLUE value IS 118 (46.48% from 255) = 24.43%
R=33.95%
G=41.61%
B=24.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1642011180.1800.410.2186.7543.4662.55
HexA4C9761202915572b3f
Octal24431116622051251275377
Binary10100100110010011110110100100101001101011010111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4c976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4c976; }

 p { color: rgb(164,201,118); }

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

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

 a { background-color: rgb(164,201,118); }

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

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

 span { border-color: rgb(164,201,118); }

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