Html Css Color HEX #A6C164 Olivine

📋 copy color: '#A6C164'

red 166 ◦ green 193 ◦ blue 100

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

Shades of Olivine #A6C164

Tints of Olivine #A6C164

RGB

 RED value IS 166 (65.23% from 255) = 36.17%

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

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

R = 36.17%
G = 42.05%
B = 21.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#A6C164 (or 0xA6C164) is known color: Olivine. HEX triplet: A6, C1 and 64. RGB value is (166,193,100). Sum of RGB (Red+Green+Blue) = 166+193+100=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C164 is #593E9B. Grayscale: #AEAEAE. Windows color (decimal): -5848732 or 6603174. OLE color: 6603174.

HSL color Cylindrical-coordinate representation of color #A6C164: hue angle of 77.42º 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 #A6C164 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 193 100 -
CMYK 0.14 0 0.48 0.24
HSL 77.42º 0.43% 0.57% -
HSV(B) 77.42º 0.48% 0.76% -
XYZ 37.1 47.17 19.21 -
YUV 174.33 86.05 122.06 -
System Red Green Blue C M Y K H S L
Decimal 166 193 100 0.14 0 0.48 0.24 77.42 0.43 0.57
Hex A6 C1 64 E 0 30 18 4D 2B 39
Octal 246 301 144 16 0 60 30 115 53 71
Binary 10100110 11000001 1100100 1110 0 110000 11000 1001101 101011 111001

Color Harmonies of #A6C164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C164

Black with #A6C164

Text Example


Text Example

White with #A6C164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C164; }

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

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

background-color css

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

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

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

border-color css

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

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

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