Html Css Color HEX #A6AE54 Olive Green

📋 copy color: '#A6AE54'

red 166 ◦ green 174 ◦ blue 84

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

Shades of Olive Green #A6AE54

Tints of Olive Green #A6AE54

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.04%

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

R = 39.15%
G = 41.04%
B = 19.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#A6AE54 (or 0xA6AE54) is known color: Olive Green. HEX triplet: A6, AE and 54. RGB value is (166,174,84). Sum of RGB (Red+Green+Blue) = 166+174+84=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 84 (33.20% from 255 or 19.81% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AE54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AE54 is #5951AB. Grayscale: #A1A1A1. Windows color (decimal): -5853612 or 5549734. OLE color: 5549734.

HSL color Cylindrical-coordinate representation of color #A6AE54: hue angle of 65.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6AE54 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 174 84 -
CMYK 0.05 0 0.52 0.32
HSL 65.33º 0.36% 0.51% -
HSV(B) 65.33º 0.52% 0.68% -
XYZ 32.46 39.02 14.21 -
YUV 161.35 84.35 131.32 -
System Red Green Blue C M Y K H S L
Decimal 166 174 84 0.05 0 0.52 0.32 65.33 0.36 0.51
Hex A6 AE 54 5 0 34 20 41 24 33
Octal 246 256 124 5 0 64 40 101 44 63
Binary 10100110 10101110 1010100 101 0 110100 100000 1000001 100100 110011

Color Harmonies of #A6AE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AE54

Black with #A6AE54

Text Example


Text Example

White with #A6AE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AE54; }

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

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

background-color css

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

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

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

border-color css

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

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

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