#AFC984

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

Shades of Caper #AFC984

Tints of Caper #AFC984

Color information

#AFC984 (or 0xAFC984) is unknown color: approx Caper. HEX triplet: AF, C9 and 84. RGB value is (175,201,132). Sum of RGB (Red+Green+Blue) = 175+201+132=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC984 is #50367B. Grayscale: #B9B9B9. Windows color (decimal): -5256828 or 8702383. OLE color: 8702383.

HSL color Cylindrical-coordinate representation of color #AFC984: hue angle of 82.61º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFC984 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB175201132-
CMYK0.1300.340.21
HSL82.61º38.98%65.29%-
HSV(B)82.61º34.33%78.82%-
XYZ42.7352.5529.72-
YUV185.3697.89120.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 201 (78.91% from 255) = 39.57%
BLUE value IS 132 (51.95% from 255) = 25.98%
R=34.45%
G=39.57%
B=25.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752011320.1300.340.2182.6138.9865.29
HexAFC984D02215532741
Octal257311204150422512347101
Binary101011111100100110000100110101000101010110100111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC984; }

 p { color: rgb(175,201,132); }

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

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

 a { background-color: rgb(175,201,132); }

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

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

 span { border-color: rgb(175,201,132); }

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