Html Css Color HEX #A6B053 Olive Green

📋 copy color: '#A6B053'

red 166 ◦ green 176 ◦ blue 83

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

Shades of Olive Green #A6B053

Tints of Olive Green #A6B053

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.41%

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

R = 39.06%
G = 41.41%
B = 19.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#A6B053 (or 0xA6B053) is known color: Olive Green. HEX triplet: A6, B0 and 53. RGB value is (166,176,83). Sum of RGB (Red+Green+Blue) = 166+176+83=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 83 (32.81% from 255 or 19.53% from 425); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B053 is #594FAC. Grayscale: #A2A2A2. Windows color (decimal): -5853101 or 5484710. OLE color: 5484710.

HSL color Cylindrical-coordinate representation of color #A6B053: hue angle of 66.45º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6B053 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 176 83 -
CMYK 0.06 0 0.53 0.31
HSL 66.45º 0.37% 0.51% -
HSV(B) 66.45º 0.53% 0.69% -
XYZ 32.81 39.78 14.13 -
YUV 162.41 83.19 130.56 -
System Red Green Blue C M Y K H S L
Decimal 166 176 83 0.06 0 0.53 0.31 66.45 0.37 0.51
Hex A6 B0 53 6 0 35 1F 42 25 33
Octal 246 260 123 6 0 65 37 102 45 63
Binary 10100110 10110000 1010011 110 0 110101 11111 1000010 100101 110011

Color Harmonies of #A6B053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B053

Black with #A6B053

Text Example


Text Example

White with #A6B053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B053; }

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

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

background-color css

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

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

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

border-color css

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

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

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