Html Css Color HEX #A6B980 Caper

📋 copy color: '#A6B980'

red 166 ◦ green 185 ◦ blue 128

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

Shades of Caper #A6B980

Tints of Caper #A6B980

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.62%

 BLUE value IS 128 (50.39% from 255) = 26.72%

R = 34.66%
G = 38.62%
B = 26.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#A6B980 (or 0xA6B980) is known color: Caper. HEX triplet: A6, B9 and 80. RGB value is (166,185,128). Sum of RGB (Red+Green+Blue) = 166+185+128=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B980 is #59467F. Grayscale: #ADADAD. Windows color (decimal): -5850752 or 8436134. OLE color: 8436134.

HSL color Cylindrical-coordinate representation of color #A6B980: hue angle of 80º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6B980 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 185 128 -
CMYK 0.10 0 0.31 0.27
HSL 80º 0.29% 0.61% -
HSV(B) 80º 0.31% 0.73% -
XYZ 36.97 44.36 27.04 -
YUV 172.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 166 185 128 0.10 0 0.31 0.27 80 0.29 0.61
Hex A6 B9 80 A 0 1F 1B 50 1D 3D
Octal 246 271 200 12 0 37 33 120 35 75
Binary 10100110 10111001 10000000 1010 0 11111 11011 1010000 11101 111101

Color Harmonies of #A6B980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B980

Black with #A6B980

Text Example


Text Example

White with #A6B980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B980; }

 p { color: rgb(166,185,128); }

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

background-color css

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

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

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

border-color css

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

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

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