#A5BC82

Color #A5BC82 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #A5BC82

Tints of Caper #A5BC82

Color information

#A5BC82 (or 0xA5BC82) is unknown color: approx Caper. HEX triplet: A5, BC and 82. RGB value is (165,188,130). Sum of RGB (Red+Green+Blue) = 165+188+130=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BC82 is #5A437D. Grayscale: #AEAEAE. Windows color (decimal): -5915518 or 8567973. OLE color: 8567973.

HSL color Cylindrical-coordinate representation of color #A5BC82: hue angle of 83.79º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5BC82 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB165188130-
CMYK0.1200.310.26
HSL83.79º30.21%62.35%-
HSV(B)83.79º30.85%73.73%-
XYZ37.5345.5827.94-
YUV174.51102.88121.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 188 (73.83% from 255) = 38.92%
BLUE value IS 130 (51.17% from 255) = 26.92%
R=34.16%
G=38.92%
B=26.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651881300.1200.310.2683.7930.2162.35
HexA5BC82C01F1A541e3e
Octal24527420214037321243676
Binary101001011011110010000010110001111111010101010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BC82; }

 p { color: rgb(165,188,130); }

 H1.HeaderClassName
 {
   color: #A5BC82;
 }
 .AnyTagClassName
 {
   color: #A5BC82;
 }
</style>
background-color css

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

 a { background-color: rgb(165,188,130); }

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

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

 span { border-color: rgb(165,188,130); }

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