#AFC486

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

Shades of Caper #AFC486

Tints of Caper #AFC486

Color information

#AFC486 (or 0xAFC486) is unknown color: approx Caper. HEX triplet: AF, C4 and 86. RGB value is (175,196,134). Sum of RGB (Red+Green+Blue) = 175+196+134=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC486 is #503B79. Grayscale: #B6B6B6. Windows color (decimal): -5258106 or 8832175. OLE color: 8832175.

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

Color convert

RGB175196134-
CMYK0.1100.320.23
HSL80.32º34.44%64.71%-
HSV(B)80.32º31.63%76.86%-
XYZ41.7250.3230.07-
YUV182.65100.54122.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 196 (76.95% from 255) = 38.81%
BLUE value IS 134 (52.73% from 255) = 26.53%
R=34.65%
G=38.81%
B=26.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751961340.1100.320.2380.3234.4464.71
HexAFC486B02017502241
Octal257304206130402712042101
Binary101011111100010010000110101101000001011110100001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC486; }

 p { color: rgb(175,196,134); }

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

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

 a { background-color: rgb(175,196,134); }

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

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

 span { border-color: rgb(175,196,134); }

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