Html Css Color HEX #A6C163 Olivine

📋 copy color: '#A6C163'

red 166 ◦ green 193 ◦ blue 99

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

Shades of Olivine #A6C163

Tints of Olivine #A6C163

RGB

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

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

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

R = 36.24%
G = 42.14%
B = 21.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#A6C163 (or 0xA6C163) is known color: Olivine. HEX triplet: A6, C1 and 63. RGB value is (166,193,99). Sum of RGB (Red+Green+Blue) = 166+193+99=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C163 is #593E9C. Grayscale: #AEAEAE. Windows color (decimal): -5848733 or 6537638. OLE color: 6537638.

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

Color convert

RGB 166 193 99 -
CMYK 0.14 0 0.49 0.24
HSL 77.23º 0.43% 0.57% -
HSV(B) 77.23º 0.49% 0.76% -
XYZ 37.05 47.15 18.95 -
YUV 174.21 85.55 122.14 -
System Red Green Blue C M Y K H S L
Decimal 166 193 99 0.14 0 0.49 0.24 77.23 0.43 0.57
Hex A6 C1 63 E 0 31 18 4D 2B 39
Octal 246 301 143 16 0 61 30 115 53 71
Binary 10100110 11000001 1100011 1110 0 110001 11000 1001101 101011 111001

Color Harmonies of #A6C163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C163

Black with #A6C163

Text Example


Text Example

White with #A6C163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C163; }

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

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

background-color css

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

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

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

border-color css

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

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

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