Html Css Color HEX #A5C080 Caper

📋 copy color: '#A5C080'

red 165 ◦ green 192 ◦ blue 128

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

Shades of Caper #A5C080

Tints of Caper #A5C080

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.59%

 BLUE value IS 128 (50.39% from 255) = 26.39%

R = 34.02%
G = 39.59%
B = 26.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#A5C080 (or 0xA5C080) is known color: Caper. HEX triplet: A5, C0 and 80. RGB value is (165,192,128). Sum of RGB (Red+Green+Blue) = 165+192+128=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C080 is #5A3F7F. Grayscale: #B0B0B0. Windows color (decimal): -5914496 or 8437925. OLE color: 8437925.

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

Color convert

RGB 165 192 128 -
CMYK 0.14 0 0.33 0.25
HSL 85.31º 0.34% 0.63% -
HSV(B) 85.31º 0.33% 0.75% -
XYZ 38.26 47.26 27.53 -
YUV 176.63 100.55 119.7 -
System Red Green Blue C M Y K H S L
Decimal 165 192 128 0.14 0 0.33 0.25 85.31 0.34 0.63
Hex A5 C0 80 E 0 21 19 55 22 3F
Octal 245 300 200 16 0 41 31 125 42 77
Binary 10100101 11000000 10000000 1110 0 100001 11001 1010101 100010 111111

Color Harmonies of #A5C080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C080

Black with #A5C080

Text Example


Text Example

White with #A5C080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C080; }

 p { color: rgb(165,192,128); }

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

background-color css

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

 a { background-color: rgb(165,192,128); }

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

border-color css

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

 span { border-color: rgb(165,192,128); }

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