Html Css Color HEX #A3C361 Olivine

📋 copy color: '#A3C361'

red 163 ◦ green 195 ◦ blue 97

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

Shades of Olivine #A3C361

Tints of Olivine #A3C361

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.86%

 BLUE value IS 97 (38.28% from 255) = 21.32%

R = 35.82%
G = 42.86%
B = 21.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#A3C361 (or 0xA3C361) is known color: Olivine. HEX triplet: A3, C3 and 61. RGB value is (163,195,97). Sum of RGB (Red+Green+Blue) = 163+195+97=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C361 is #5C3C9E. Grayscale: #AEAEAE. Windows color (decimal): -6044831 or 6407075. OLE color: 6407075.

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

Color convert

RGB 163 195 97 -
CMYK 0.16 0 0.50 0.24
HSL 79.59º 0.45% 0.57% -
HSV(B) 79.59º 0.5% 0.76% -
XYZ 36.78 47.68 18.57 -
YUV 174.26 84.4 119.97 -
System Red Green Blue C M Y K H S L
Decimal 163 195 97 0.16 0 0.50 0.24 79.59 0.45 0.57
Hex A3 C3 61 10 0 32 18 50 2D 39
Octal 243 303 141 20 0 62 30 120 55 71
Binary 10100011 11000011 1100001 10000 0 110010 11000 1010000 101101 111001

Color Harmonies of #A3C361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C361

Black with #A3C361

Text Example


Text Example

White with #A3C361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C361; }

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

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

background-color css

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

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

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

border-color css

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

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

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