#AFC285

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

Shades of Caper #AFC285

Tints of Caper #AFC285

Color information

#AFC285 (or 0xAFC285) is unknown color: approx Caper. HEX triplet: AF, C2 and 85. RGB value is (175,194,133). Sum of RGB (Red+Green+Blue) = 175+194+133=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC285 is #503D7A. Grayscale: #B5B5B5. Windows color (decimal): -5258619 or 8766127. OLE color: 8766127.

HSL color Cylindrical-coordinate representation of color #AFC285: hue angle of 78.69º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC285 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB175194133-
CMYK0.1000.310.24
HSL78.69º33.33%64.12%-
HSV(B)78.69º31.44%76.08%-
XYZ41.249.3929.55-
YUV181.36100.71123.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 194 (76.17% from 255) = 38.65%
BLUE value IS 133 (52.34% from 255) = 26.49%
R=34.86%
G=38.65%
B=26.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751941330.1000.310.2478.6933.3364.12
HexAFC285A01F184f2140
Octal257302205120373011741100
Binary10101111110000101000010110100111111100010011111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC285; }

 p { color: rgb(175,194,133); }

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

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

 a { background-color: rgb(175,194,133); }

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

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

 span { border-color: rgb(175,194,133); }

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