Html Css Color HEX #A6C582 Caper

📋 copy color: '#A6C582'

red 166 ◦ green 197 ◦ blue 130

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

Shades of Caper #A6C582

Tints of Caper #A6C582

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.96%

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

R = 33.67%
G = 39.96%
B = 26.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#A6C582 (or 0xA6C582) is known color: Caper. HEX triplet: A6, C5 and 82. RGB value is (166,197,130). Sum of RGB (Red+Green+Blue) = 166+197+130=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C582 is #593A7D. Grayscale: #B4B4B4. Windows color (decimal): -5847678 or 8570278. OLE color: 8570278.

HSL color Cylindrical-coordinate representation of color #A6C582: hue angle of 87.76º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6C582 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 197 130 -
CMYK 0.16 0 0.34 0.23
HSL 87.76º 0.37% 0.64% -
HSV(B) 87.76º 0.34% 0.77% -
XYZ 39.72 49.65 28.61 -
YUV 180.09 99.73 117.95 -
System Red Green Blue C M Y K H S L
Decimal 166 197 130 0.16 0 0.34 0.23 87.76 0.37 0.64
Hex A6 C5 82 10 0 22 17 58 25 40
Octal 246 305 202 20 0 42 27 130 45 100
Binary 10100110 11000101 10000010 10000 0 100010 10111 1011000 100101 1000000

Color Harmonies of #A6C582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C582

Black with #A6C582

Text Example


Text Example

White with #A6C582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C582; }

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

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

background-color css

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

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

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

border-color css

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

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

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