Html Css Color HEX #A6C282 Caper

📋 copy color: '#A6C282'

red 166 ◦ green 194 ◦ blue 130

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

Shades of Caper #A6C282

Tints of Caper #A6C282

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.59%

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

R = 33.88%
G = 39.59%
B = 26.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#A6C282 (or 0xA6C282) is known color: Caper. HEX triplet: A6, C2 and 82. RGB value is (166,194,130). Sum of RGB (Red+Green+Blue) = 166+194+130=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C282 is #593D7D. Grayscale: #B2B2B2. Windows color (decimal): -5848446 or 8569510. OLE color: 8569510.

HSL color Cylindrical-coordinate representation of color #A6C282: hue angle of 86.25º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6C282 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 194 130 -
CMYK 0.14 0 0.33 0.24
HSL 86.25º 0.34% 0.64% -
HSV(B) 86.25º 0.33% 0.76% -
XYZ 39.05 48.3 28.38 -
YUV 178.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 166 194 130 0.14 0 0.33 0.24 86.25 0.34 0.64
Hex A6 C2 82 E 0 21 18 56 22 40
Octal 246 302 202 16 0 41 30 126 42 100
Binary 10100110 11000010 10000010 1110 0 100001 11000 1010110 100010 1000000

Color Harmonies of #A6C282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C282

Black with #A6C282

Text Example


Text Example

White with #A6C282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C282; }

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

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

background-color css

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

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

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

border-color css

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

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

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