Html Css Color HEX #A5C57C Caper

📋 copy color: '#A5C57C'

red 165 ◦ green 197 ◦ blue 124

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

Shades of Caper #A5C57C

Tints of Caper #A5C57C

RGB

 RED value IS 165 (64.84% from 255) = 33.95%

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

 BLUE value IS 124 (48.83% from 255) = 25.51%

R = 33.95%
G = 40.53%
B = 25.51%

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

#A5C57C (or 0xA5C57C) is known color: Caper. HEX triplet: A5, C5 and 7C. RGB value is (165,197,124). Sum of RGB (Red+Green+Blue) = 165+197+124=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C57C is #5A3A83. Grayscale: #B3B3B3. Windows color (decimal): -5913220 or 8177061. OLE color: 8177061.

HSL color Cylindrical-coordinate representation of color #A5C57C: hue angle of 86.3º degrees, saturation: 0.39, 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 #A5C57C is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 197 124 -
CMYK 0.16 0 0.37 0.23
HSL 86.3º 0.39% 0.63% -
HSV(B) 86.3º 0.37% 0.77% -
XYZ 39.12 49.39 26.54 -
YUV 179.11 96.9 117.94 -
System Red Green Blue C M Y K H S L
Decimal 165 197 124 0.16 0 0.37 0.23 86.3 0.39 0.63
Hex A5 C5 7C 10 0 25 17 56 27 3F
Octal 245 305 174 20 0 45 27 126 47 77
Binary 10100101 11000101 1111100 10000 0 100101 10111 1010110 100111 111111

Color Harmonies of #A5C57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C57C

Black with #A5C57C

Text Example


Text Example

White with #A5C57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C57C; }

 p { color: rgb(165,197,124); }

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

background-color css

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

 a { background-color: rgb(165,197,124); }

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

border-color css

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

 span { border-color: rgb(165,197,124); }

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