Html Css Color HEX #A6C464 Olivine

📋 copy color: '#A6C464'

red 166 ◦ green 196 ◦ blue 100

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

Shades of Olivine #A6C464

Tints of Olivine #A6C464

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.42%

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

R = 35.93%
G = 42.42%
B = 21.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#A6C464 (or 0xA6C464) is known color: Olivine. HEX triplet: A6, C4 and 64. RGB value is (166,196,100). Sum of RGB (Red+Green+Blue) = 166+196+100=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C464 is #593B9B. Grayscale: #B0B0B0. Windows color (decimal): -5847964 or 6603942. OLE color: 6603942.

HSL color Cylindrical-coordinate representation of color #A6C464: hue angle of 78.75º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6C464 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 196 100 -
CMYK 0.15 0 0.49 0.23
HSL 78.75º 0.45% 0.58% -
HSV(B) 78.75º 0.49% 0.77% -
XYZ 37.77 48.51 19.43 -
YUV 176.09 85.06 120.81 -
System Red Green Blue C M Y K H S L
Decimal 166 196 100 0.15 0 0.49 0.23 78.75 0.45 0.58
Hex A6 C4 64 F 0 31 17 4F 2D 3A
Octal 246 304 144 17 0 61 27 117 55 72
Binary 10100110 11000100 1100100 1111 0 110001 10111 1001111 101101 111010

Color Harmonies of #A6C464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C464

Black with #A6C464

Text Example


Text Example

White with #A6C464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C464; }

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

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

background-color css

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

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

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

border-color css

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

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

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