Html Css Color HEX #A6C57E Caper

📋 copy color: '#A6C57E'

red 166 ◦ green 197 ◦ blue 126

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

Shades of Caper #A6C57E

Tints of Caper #A6C57E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.77%

R = 33.95%
G = 40.29%
B = 25.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#A6C57E (or 0xA6C57E) is known color: Caper. HEX triplet: A6, C5 and 7E. RGB value is (166,197,126). Sum of RGB (Red+Green+Blue) = 166+197+126=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C57E is #593A81. Grayscale: #B3B3B3. Windows color (decimal): -5847682 or 8308134. OLE color: 8308134.

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

Color convert

RGB 166 197 126 -
CMYK 0.16 0 0.36 0.23
HSL 86.2º 0.38% 0.63% -
HSV(B) 86.2º 0.36% 0.77% -
XYZ 39.46 49.55 27.22 -
YUV 179.64 97.73 118.27 -
System Red Green Blue C M Y K H S L
Decimal 166 197 126 0.16 0 0.36 0.23 86.2 0.38 0.63
Hex A6 C5 7E 10 0 24 17 56 26 3F
Octal 246 305 176 20 0 44 27 126 46 77
Binary 10100110 11000101 1111110 10000 0 100100 10111 1010110 100110 111111

Color Harmonies of #A6C57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C57E

Black with #A6C57E

Text Example


Text Example

White with #A6C57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C57E; }

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

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

background-color css

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

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

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

border-color css

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

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

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