Html Css Color HEX #A6AB53 Olive Green

📋 copy color: '#A6AB53'

red 166 ◦ green 171 ◦ blue 83

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

Shades of Olive Green #A6AB53

Tints of Olive Green #A6AB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.76%

R = 39.52%
G = 40.71%
B = 19.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#A6AB53 (or 0xA6AB53) is known color: Olive Green. HEX triplet: A6, AB and 53. RGB value is (166,171,83). Sum of RGB (Red+Green+Blue) = 166+171+83=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AB53 is #5954AC. Grayscale: #9F9F9F. Windows color (decimal): -5854381 or 5483430. OLE color: 5483430.

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

Color convert

RGB 166 171 83 -
CMYK 0.03 0 0.51 0.33
HSL 63.41º 0.35% 0.5% -
HSV(B) 63.41º 0.51% 0.67% -
XYZ 31.85 37.86 13.81 -
YUV 159.47 84.84 132.66 -
System Red Green Blue C M Y K H S L
Decimal 166 171 83 0.03 0 0.51 0.33 63.41 0.35 0.5
Hex A6 AB 53 3 0 33 21 3F 23 32
Octal 246 253 123 3 0 63 41 77 43 62
Binary 10100110 10101011 1010011 11 0 110011 100001 111111 100011 110010

Color Harmonies of #A6AB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AB53

Black with #A6AB53

Text Example


Text Example

White with #A6AB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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