Html Css Color HEX #A6AB50 Olive Green

📋 copy color: '#A6AB50'

red 166 ◦ green 171 ◦ blue 80

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

Shades of Olive Green #A6AB50

Tints of Olive Green #A6AB50

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.01%

 BLUE value IS 80 (31.64% from 255) = 19.18%

R = 39.81%
G = 41.01%
B = 19.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#A6AB50 (or 0xA6AB50) is known color: Olive Green. HEX triplet: A6, AB and 50. RGB value is (166,171,80). Sum of RGB (Red+Green+Blue) = 166+171+80=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AB50 is #5954AF. Grayscale: #9F9F9F. Windows color (decimal): -5854384 or 5286822. OLE color: 5286822.

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

Color convert

RGB 166 171 80 -
CMYK 0.03 0 0.53 0.33
HSL 63.3º 0.36% 0.49% -
HSV(B) 63.3º 0.53% 0.67% -
XYZ 31.74 37.81 13.22 -
YUV 159.13 83.34 132.9 -
System Red Green Blue C M Y K H S L
Decimal 166 171 80 0.03 0 0.53 0.33 63.3 0.36 0.49
Hex A6 AB 50 3 0 35 21 3F 24 31
Octal 246 253 120 3 0 65 41 77 44 61
Binary 10100110 10101011 1010000 11 0 110101 100001 111111 100100 110001

Color Harmonies of #A6AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AB50

Black with #A6AB50

Text Example


Text Example

White with #A6AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AB50; }

 p { color: rgb(166,171,80); }

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

background-color css

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

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

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

border-color css

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

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

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