#A3CA64

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

Shades of Olivine #A3CA64

Tints of Olivine #A3CA64

Color information

#A3CA64 (or 0xA3CA64) is unknown color: approx Olivine. HEX triplet: A3, CA and 64. RGB value is (163,202,100). Sum of RGB (Red+Green+Blue) = 163+202+100=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA64 is #5C359B. Grayscale: #B3B3B3. Windows color (decimal): -6043036 or 6605475. OLE color: 6605475.

HSL color Cylindrical-coordinate representation of color #A3CA64: hue angle of 82.94º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3CA64 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB163202100-
CMYK0.1900.500.21
HSL82.94º49.04%59.22%-
HSV(B)82.94º50.5%79.22%-
XYZ38.5350.9519.86-
YUV178.7183.58116.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 202 (79.30% from 255) = 43.44%
BLUE value IS 100 (39.45% from 255) = 21.51%
R=35.05%
G=43.44%
B=21.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1632021000.1900.500.2182.9449.0459.22
HexA3CA64130321553313b
Octal24331214423062251236173
Binary10100011110010101100100100110110010101011010011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CA64; }

 p { color: rgb(163,202,100); }

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

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

 a { background-color: rgb(163,202,100); }

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

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

 span { border-color: rgb(163,202,100); }

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