Html Css Color HEX #A6A654 Olive Green

📋 copy color: '#A6A654'

red 166 ◦ green 166 ◦ blue 84

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

Shades of Olive Green #A6A654

Tints of Olive Green #A6A654

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.9%

 BLUE value IS 84 (33.2% from 255) = 20.19%

R = 39.9%
G = 39.9%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A6A654 (or 0xA6A654) is known color: Olive Green. HEX triplet: A6, A6 and 54. RGB value is (166,166,84). Sum of RGB (Red+Green+Blue) = 166+166+84=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A654 is #5959AB. Grayscale: #9C9C9C. Windows color (decimal): -5855660 or 5547686. OLE color: 5547686.

HSL color Cylindrical-coordinate representation of color #A6A654: hue angle of 60º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6A654 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 166 84 -
CMYK 0 0 0.49 0.35
HSL 60º 0.33% 0.49% -
HSV(B) 60º 0.49% 0.65% -
XYZ 30.96 36.02 13.71 -
YUV 156.65 87 134.67 -
System Red Green Blue C M Y K H S L
Decimal 166 166 84 0 0 0.49 0.35 60 0.33 0.49
Hex A6 A6 54 0 0 31 23 3C 21 31
Octal 246 246 124 0 0 61 43 74 41 61
Binary 10100110 10100110 1010100 0 0 110001 100011 111100 100001 110001

Color Harmonies of #A6A654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A654

Black with #A6A654

Text Example


Text Example

White with #A6A654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A654; }

 p { color: rgb(166,166,84); }

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

background-color css

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

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

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

border-color css

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

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

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