#A4C279

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

Shades of Olivine #A4C279

Tints of Olivine #A4C279

Color information

#A4C279 (or 0xA4C279) is unknown color: approx Olivine. HEX triplet: A4, C2 and 79. RGB value is (164,194,121). Sum of RGB (Red+Green+Blue) = 164+194+121=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C279 is #5B3D86. Grayscale: #B0B0B0. Windows color (decimal): -5979527 or 7979684. OLE color: 7979684.

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

Color convert

RGB164194121-
CMYK0.1500.380.24
HSL84.66º37.44%61.76%-
HSV(B)84.66º37.63%76.08%-
XYZ38.0547.8625.32-
YUV176.7196.56118.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.24%
GREEN value IS 194 (76.17% from 255) = 40.50%
BLUE value IS 121 (47.66% from 255) = 25.26%
R=34.24%
G=40.50%
B=25.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641941210.1500.380.2484.6637.4461.76
HexA4C279F0261855253e
Octal24430217117046301254576
Binary1010010011000010111100111110100110110001010101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C279; }

 p { color: rgb(164,194,121); }

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

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

 a { background-color: rgb(164,194,121); }

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

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

 span { border-color: rgb(164,194,121); }

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