#AFC380

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

Shades of Caper #AFC380

Tints of Caper #AFC380

Color information

#AFC380 (or 0xAFC380) is unknown color: approx Caper. HEX triplet: AF, C3 and 80. RGB value is (175,195,128). Sum of RGB (Red+Green+Blue) = 175+195+128=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC380 is #503C7F. Grayscale: #B5B5B5. Windows color (decimal): -5258368 or 8438703. OLE color: 8438703.

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

Color convert

RGB175195128-
CMYK0.1000.340.24
HSL77.91º35.83%63.33%-
HSV(B)77.91º34.36%76.47%-
XYZ41.0949.727.85-
YUV181.3897.87123.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 195 (76.56% from 255) = 39.16%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=35.14%
G=39.16%
B=25.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951280.1000.340.2477.9135.8363.33
HexAFC380A022184e243f
Octal25730320012042301164477
Binary10101111110000111000000010100100010110001001110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC380; }

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

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

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

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

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

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

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

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