#AFC582

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

Shades of Caper #AFC582

Tints of Caper #AFC582

Color information

#AFC582 (or 0xAFC582) is unknown color: approx Caper. HEX triplet: AF, C5 and 82. RGB value is (175,197,130). Sum of RGB (Red+Green+Blue) = 175+197+130=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC582 is #503A7D. Grayscale: #B7B7B7. Windows color (decimal): -5257854 or 8570287. OLE color: 8570287.

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

Color convert

RGB175197130-
CMYK0.1100.340.23
HSL79.7º36.61%64.12%-
HSV(B)79.7º34.01%77.25%-
XYZ41.6750.6628.7-
YUV182.7898.21122.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 197 (77.34% from 255) = 39.24%
BLUE value IS 130 (51.17% from 255) = 25.90%
R=34.86%
G=39.24%
B=25.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751971300.1100.340.2379.736.6164.12
HexAFC582B02217502540
Octal257305202130422712045100
Binary101011111100010110000010101101000101011110100001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC582; }

 p { color: rgb(175,197,130); }

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

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

 a { background-color: rgb(175,197,130); }

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

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

 span { border-color: rgb(175,197,130); }

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