Html Css Color HEX #A6B982 Caper

📋 copy color: '#A6B982'

red 166 ◦ green 185 ◦ blue 130

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

Shades of Caper #A6B982

Tints of Caper #A6B982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.03%

R = 34.51%
G = 38.46%
B = 27.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#A6B982 (or 0xA6B982) is known color: Caper. HEX triplet: A6, B9 and 82. RGB value is (166,185,130). Sum of RGB (Red+Green+Blue) = 166+185+130=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B982 is #59467D. Grayscale: #ADADAD. Windows color (decimal): -5850750 or 8567206. OLE color: 8567206.

HSL color Cylindrical-coordinate representation of color #A6B982: hue angle of 80.73º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6B982 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 185 130 -
CMYK 0.10 0 0.30 0.27
HSL 80.73º 0.28% 0.62% -
HSV(B) 80.73º 0.3% 0.73% -
XYZ 37.1 44.42 27.74 -
YUV 173.05 103.71 122.97 -
System Red Green Blue C M Y K H S L
Decimal 166 185 130 0.10 0 0.30 0.27 80.73 0.28 0.62
Hex A6 B9 82 A 0 1E 1B 51 1C 3E
Octal 246 271 202 12 0 36 33 121 34 76
Binary 10100110 10111001 10000010 1010 0 11110 11011 1010001 11100 111110

Color Harmonies of #A6B982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B982

Black with #A6B982

Text Example


Text Example

White with #A6B982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B982; }

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

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

background-color css

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

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

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

border-color css

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

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

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