#AFC683

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

Shades of Caper #AFC683

Tints of Caper #AFC683

Color information

#AFC683 (or 0xAFC683) is unknown color: approx Caper. HEX triplet: AF, C6 and 83. RGB value is (175,198,131). Sum of RGB (Red+Green+Blue) = 175+198+131=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC683 is #50397C. Grayscale: #B7B7B7. Windows color (decimal): -5257597 or 8636079. OLE color: 8636079.

HSL color Cylindrical-coordinate representation of color #AFC683: hue angle of 80.6º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFC683 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB175198131-
CMYK0.1200.340.22
HSL80.6º37.02%64.51%-
HSV(B)80.6º33.84%77.65%-
XYZ41.9751.1429.13-
YUV183.4898.38121.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 198 (77.73% from 255) = 39.29%
BLUE value IS 131 (51.56% from 255) = 25.99%
R=34.72%
G=39.29%
B=25.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751981310.1200.340.2280.637.0264.51
HexAFC683C02216512541
Octal257306203140422612145101
Binary101011111100011010000011110001000101011010100011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC683; }

 p { color: rgb(175,198,131); }

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

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

 a { background-color: rgb(175,198,131); }

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

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

 span { border-color: rgb(175,198,131); }

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