#A4C065

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

Shades of Olivine #A4C065

Tints of Olivine #A4C065

Color information

#A4C065 (or 0xA4C065) is unknown color: approx Olivine. HEX triplet: A4, C0 and 65. RGB value is (164,192,101). Sum of RGB (Red+Green+Blue) = 164+192+101=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C065 is #5B3F9A. Grayscale: #ADADAD. Windows color (decimal): -5980059 or 6668452. OLE color: 6668452.

HSL color Cylindrical-coordinate representation of color #A4C065: hue angle of 78.46º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4C065 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB164192101-
CMYK0.1500.470.25
HSL78.46º41.94%57.45%-
HSV(B)78.46º47.4%75.29%-
XYZ36.5146.5319.37-
YUV173.2587.22121.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.89%
GREEN value IS 192 (75.39% from 255) = 42.01%
BLUE value IS 101 (39.84% from 255) = 22.10%
R=35.89%
G=42.01%
B=22.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641921010.1500.470.2578.4641.9457.45
HexA4C065F02F194e2a39
Octal24430014517057311165271
Binary1010010011000000110010111110101111110011001110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C065; }

 p { color: rgb(164,192,101); }

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

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

 a { background-color: rgb(164,192,101); }

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

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

 span { border-color: rgb(164,192,101); }

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