#A3C367

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

Shades of Olivine #A3C367

Tints of Olivine #A3C367

Color information

#A3C367 (or 0xA3C367) is unknown color: approx Olivine. HEX triplet: A3, C3 and 67. RGB value is (163,195,103). Sum of RGB (Red+Green+Blue) = 163+195+103=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C367 is #5C3C98. Grayscale: #AFAFAF. Windows color (decimal): -6044825 or 6800291. OLE color: 6800291.

HSL color Cylindrical-coordinate representation of color #A3C367: hue angle of 80.87º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3C367 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB163195103-
CMYK0.1600.470.24
HSL80.87º43.4%58.43%-
HSV(B)80.87º47.18%76.47%-
XYZ37.0747.820.1-
YUV174.9487.4119.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 195 (76.56% from 255) = 42.30%
BLUE value IS 103 (40.62% from 255) = 22.34%
R=35.36%
G=42.30%
B=22.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631951030.1600.470.2480.8743.458.43
HexA3C3671002F18512b3a
Octal24330314720057301215372
Binary10100011110000111100111100000101111110001010001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C367; }

 p { color: rgb(163,195,103); }

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

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

 a { background-color: rgb(163,195,103); }

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

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

 span { border-color: rgb(163,195,103); }

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