#AFC88C

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

Shades of Caper #AFC88C

Tints of Caper #AFC88C

Color information

#AFC88C (or 0xAFC88C) is unknown color: approx Caper. HEX triplet: AF, C8 and 8C. RGB value is (175,200,140). Sum of RGB (Red+Green+Blue) = 175+200+140=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC88C is #503773. Grayscale: #B9B9B9. Windows color (decimal): -5257076 or 9226415. OLE color: 9226415.

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

Color convert

RGB175200140-
CMYK0.1200.30.22
HSL85º35.29%66.67%-
HSV(B)85º30%78.43%-
XYZ43.0752.3232.64-
YUV185.68102.22120.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 200 (78.52% from 255) = 38.83%
BLUE value IS 140 (55.08% from 255) = 27.18%
R=33.98%
G=38.83%
B=27.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001400.1200.30.228535.2966.67
HexAFC88CC01E16552343
Octal257310214140362612543103
Binary10101111110010001000110011000111101011010101011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC88C; }

 p { color: rgb(175,200,140); }

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

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

 a { background-color: rgb(175,200,140); }

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

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

 span { border-color: rgb(175,200,140); }

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