Html Css Color HEX #A2C164 Olivine

📋 copy color: '#A2C164'

red 162 ◦ green 193 ◦ blue 100

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

Shades of Olivine #A2C164

Tints of Olivine #A2C164

RGB

 RED value IS 162 (63.67% from 255) = 35.6%

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

 BLUE value IS 100 (39.45% from 255) = 21.98%

R = 35.6%
G = 42.42%
B = 21.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#A2C164 (or 0xA2C164) is known color: Olivine. HEX triplet: A2, C1 and 64. RGB value is (162,193,100). Sum of RGB (Red+Green+Blue) = 162+193+100=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C164 is #5D3E9B. Grayscale: #ADADAD. Windows color (decimal): -6110876 or 6603170. OLE color: 6603170.

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

Color convert

RGB 162 193 100 -
CMYK 0.16 0 0.48 0.24
HSL 80º 0.43% 0.57% -
HSV(B) 80º 0.48% 0.76% -
XYZ 36.27 46.74 19.17 -
YUV 173.13 86.73 120.06 -
System Red Green Blue C M Y K H S L
Decimal 162 193 100 0.16 0 0.48 0.24 80 0.43 0.57
Hex A2 C1 64 10 0 30 18 50 2B 39
Octal 242 301 144 20 0 60 30 120 53 71
Binary 10100010 11000001 1100100 10000 0 110000 11000 1010000 101011 111001

Color Harmonies of #A2C164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C164

Black with #A2C164

Text Example


Text Example

White with #A2C164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C164; }

 p { color: rgb(162,193,100); }

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

background-color css

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

 a { background-color: rgb(162,193,100); }

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

border-color css

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

 span { border-color: rgb(162,193,100); }

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