Html Css Color HEX #A3C163 Olivine

📋 copy color: '#A3C163'

red 163 ◦ green 193 ◦ blue 99

#A3C163
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #A3C163

Tints of Olivine #A3C163

RGB

 RED value IS 163 (64.06% from 255) = 35.82%

 GREEN value IS 193 (75.78% from 255) = 42.42%

 BLUE value IS 99 (39.06% from 255) = 21.76%

R = 35.82%
G = 42.42%
B = 21.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#A3C163 (or 0xA3C163) is known color: Olivine. HEX triplet: A3, C1 and 63. RGB value is (163,193,99). Sum of RGB (Red+Green+Blue) = 163+193+99=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C163 is #5C3E9C. Grayscale: #ADADAD. Windows color (decimal): -6045341 or 6537635. OLE color: 6537635.

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

Color convert

RGB 163 193 99 -
CMYK 0.16 0 0.49 0.24
HSL 79.15º 0.43% 0.57% -
HSV(B) 79.15º 0.49% 0.76% -
XYZ 36.43 46.83 18.92 -
YUV 173.31 86.06 120.64 -
System Red Green Blue C M Y K H S L
Decimal 163 193 99 0.16 0 0.49 0.24 79.15 0.43 0.57
Hex A3 C1 63 10 0 31 18 4F 2B 39
Octal 243 301 143 20 0 61 30 117 53 71
Binary 10100011 11000001 1100011 10000 0 110001 11000 1001111 101011 111001

Color Harmonies of #A3C163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C163

Black with #A3C163

Text Example


Text Example

White with #A3C163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C163; }

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

 H1.HeaderClassName
 {
   color: #A3C163;
 }
 .AnyTagClassName
 {
   color: #A3C163;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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