#AFC382

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

Shades of Caper #AFC382

Tints of Caper #AFC382

Color information

#AFC382 (or 0xAFC382) is unknown color: approx Caper. HEX triplet: AF, C3 and 82. RGB value is (175,195,130). Sum of RGB (Red+Green+Blue) = 175+195+130=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC382 is #503C7D. Grayscale: #B5B5B5. Windows color (decimal): -5258366 or 8569775. OLE color: 8569775.

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

Color convert

RGB175195130-
CMYK0.1000.330.24
HSL78.46º35.14%63.73%-
HSV(B)78.46º33.33%76.47%-
XYZ41.2249.7628.55-
YUV181.6198.87123.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 195 (76.56% from 255) = 39%
BLUE value IS 130 (51.17% from 255) = 26%
R=35%
G=39%
B=26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951300.1000.330.2478.4635.1463.73
HexAFC382A021184e2340
Octal257303202120413011643100
Binary101011111100001110000010101001000011100010011101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC382; }

 p { color: rgb(175,195,130); }

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

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

 a { background-color: rgb(175,195,130); }

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

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

 span { border-color: rgb(175,195,130); }

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