#A4B782

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

Shades of Caper #A4B782

Tints of Caper #A4B782

Color information

#A4B782 (or 0xA4B782) is unknown color: approx Caper. HEX triplet: A4, B7 and 82. RGB value is (164,183,130). Sum of RGB (Red+Green+Blue) = 164+183+130=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B782 is #5B487D. Grayscale: #ABABAB. Windows color (decimal): -5982334 or 8566692. OLE color: 8566692.

HSL color Cylindrical-coordinate representation of color #A4B782: hue angle of 81.51º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4B782 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB164183130-
CMYK0.1000.290.28
HSL81.51º26.9%61.37%-
HSV(B)81.51º28.96%71.76%-
XYZ36.2743.3727.58-
YUV171.28104.71122.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.38%
GREEN value IS 183 (71.88% from 255) = 38.36%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=34.38%
G=38.36%
B=27.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641831300.1000.290.2881.5126.961.37
HexA4B782A01D1C521b3d
Octal24426720212035341223375
Binary101001001011011110000010101001110111100101001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B782; }

 p { color: rgb(164,183,130); }

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

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

 a { background-color: rgb(164,183,130); }

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

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

 span { border-color: rgb(164,183,130); }

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