#AFCF82

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

Shades of Caper #AFCF82

Tints of Caper #AFCF82

Color information

#AFCF82 (or 0xAFCF82) is unknown color: approx Caper. HEX triplet: AF, CF and 82. RGB value is (175,207,130). Sum of RGB (Red+Green+Blue) = 175+207+130=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCF82 is #50307D. Grayscale: #BCBCBC. Windows color (decimal): -5255294 or 8572847. OLE color: 8572847.

HSL color Cylindrical-coordinate representation of color #AFCF82: hue angle of 84.94º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFCF82 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB175207130-
CMYK0.1500.370.19
HSL84.94º44.51%66.08%-
HSV(B)84.94º37.2%81.18%-
XYZ44.0255.3529.48-
YUV188.6594.9118.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 207 (81.25% from 255) = 40.43%
BLUE value IS 130 (51.17% from 255) = 25.39%
R=34.18%
G=40.43%
B=25.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752071300.1500.370.1984.9444.5166.08
HexAFCF82F02513552d42
Octal257317202170452312555102
Binary101011111100111110000010111101001011001110101011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCF82; }

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

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

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

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

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

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

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

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