#AFC182

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

Shades of Caper #AFC182

Tints of Caper #AFC182

Color information

#AFC182 (or 0xAFC182) is unknown color: approx Caper. HEX triplet: AF, C1 and 82. RGB value is (175,193,130). Sum of RGB (Red+Green+Blue) = 175+193+130=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC182 is #503E7D. Grayscale: #B4B4B4. Windows color (decimal): -5258878 or 8569263. OLE color: 8569263.

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

Color convert

RGB175193130-
CMYK0.0900.330.24
HSL77.14º33.69%63.33%-
HSV(B)77.14º32.64%75.69%-
XYZ40.7848.8728.4-
YUV180.4499.54124.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 193 (75.78% from 255) = 38.76%
BLUE value IS 130 (51.17% from 255) = 26.10%
R=35.14%
G=38.76%
B=26.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751931300.0900.330.2477.1433.6963.33
HexAFC1829021184d223f
Octal25730120211041301154277
Binary10101111110000011000001010010100001110001001101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC182; }

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

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

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

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

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

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

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

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