Html Css Color HEX #A6C182 Caper

📋 copy color: '#A6C182'

red 166 ◦ green 193 ◦ blue 130

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

Shades of Caper #A6C182

Tints of Caper #A6C182

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.47%

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

R = 33.95%
G = 39.47%
B = 26.58%

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

#A6C182 (or 0xA6C182) is known color: Caper. HEX triplet: A6, C1 and 82. RGB value is (166,193,130). Sum of RGB (Red+Green+Blue) = 166+193+130=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C182 is #593E7D. Grayscale: #B1B1B1. Windows color (decimal): -5848702 or 8569254. OLE color: 8569254.

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

Color convert

RGB 166 193 130 -
CMYK 0.14 0 0.33 0.24
HSL 85.71º 0.34% 0.63% -
HSV(B) 85.71º 0.33% 0.76% -
XYZ 38.83 47.86 28.31 -
YUV 177.75 101.05 119.62 -
System Red Green Blue C M Y K H S L
Decimal 166 193 130 0.14 0 0.33 0.24 85.71 0.34 0.63
Hex A6 C1 82 E 0 21 18 56 22 3F
Octal 246 301 202 16 0 41 30 126 42 77
Binary 10100110 11000001 10000010 1110 0 100001 11000 1010110 100010 111111

Color Harmonies of #A6C182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C182

Black with #A6C182

Text Example


Text Example

White with #A6C182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C182; }

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

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

background-color css

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

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

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

border-color css

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

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

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