#a3ca63

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

Shades of Olivine #A3CA63

Tints of Olivine #A3CA63

Color information

#A3CA63 (or 0xA3CA63) is unknown color: approx Olivine. HEX triplet: A3, CA and 63. RGB value is (163,202,99). Sum of RGB (Red+Green+Blue) = 163+202+99=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA63 is #5C359C. Grayscale: #B2B2B2. Windows color (decimal): -6043037 or 6539939. OLE color: 6539939.

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

Color convert

RGB16320299-
CMYK0.1900.510.21
HSL82.72º49.28%59.02%-
HSV(B)82.72º50.99%79.22%-
XYZ38.4850.9319.61-
YUV178.683.08116.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.13%
GREEN value IS 202 (79.30% from 255) = 43.53%
BLUE value IS 99 (39.06% from 255) = 21.34%
R=35.13%
G=43.53%
B=21.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal163202990.1900.510.2182.7249.2859.02
HexA3CA63130331553313b
Octal24331214323063251236173
Binary10100011110010101100011100110110011101011010011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3ca63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3ca63; }

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

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

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

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

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

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

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

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