#A3C05F

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

Shades of Olivine #A3C05F

Tints of Olivine #A3C05F

Color information

#A3C05F (or 0xA3C05F) is unknown color: approx Olivine. HEX triplet: A3, C0 and 5F. RGB value is (163,192,95). Sum of RGB (Red+Green+Blue) = 163+192+95=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C05F is #5C3FA0. Grayscale: #ACACAC. Windows color (decimal): -6045601 or 6275235. OLE color: 6275235.

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

Color convert

RGB16319295-
CMYK0.1500.510.25
HSL77.94º43.5%56.27%-
HSV(B)77.94º50.52%75.29%-
XYZ36.0246.3117.87-
YUV172.2784.39121.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.22%
GREEN value IS 192 (75.39% from 255) = 42.67%
BLUE value IS 95 (37.5% from 255) = 21.11%
R=36.22%
G=42.67%
B=21.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163192950.1500.510.2577.9443.556.27
HexA3C05FF033194e2b38
Octal24330013717063311165370
Binary1010001111000000101111111110110011110011001110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C05F; }

 p { color: rgb(163,192,95); }

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

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

 a { background-color: rgb(163,192,95); }

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

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

 span { border-color: rgb(163,192,95); }

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