Html Css Color HEX #A6C57D Caper

📋 copy color: '#A6C57D'

red 166 ◦ green 197 ◦ blue 125

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

Shades of Caper #A6C57D

Tints of Caper #A6C57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.61%

R = 34.02%
G = 40.37%
B = 25.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#A6C57D (or 0xA6C57D) is known color: Caper. HEX triplet: A6, C5 and 7D. RGB value is (166,197,125). Sum of RGB (Red+Green+Blue) = 166+197+125=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C57D is #593A82. Grayscale: #B3B3B3. Windows color (decimal): -5847683 or 8242598. OLE color: 8242598.

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

Color convert

RGB 166 197 125 -
CMYK 0.16 0 0.37 0.23
HSL 85.83º 0.38% 0.63% -
HSV(B) 85.83º 0.37% 0.77% -
XYZ 39.39 49.52 26.88 -
YUV 179.52 97.23 118.35 -
System Red Green Blue C M Y K H S L
Decimal 166 197 125 0.16 0 0.37 0.23 85.83 0.38 0.63
Hex A6 C5 7D 10 0 25 17 56 26 3F
Octal 246 305 175 20 0 45 27 126 46 77
Binary 10100110 11000101 1111101 10000 0 100101 10111 1010110 100110 111111

Color Harmonies of #A6C57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C57D

Black with #A6C57D

Text Example


Text Example

White with #A6C57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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