#AFC476

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

Shades of Caper #AFC476

Tints of Caper #AFC476

Color information

#AFC476 (or 0xAFC476) is unknown color: approx Caper. HEX triplet: AF, C4 and 76. RGB value is (175,196,118). Sum of RGB (Red+Green+Blue) = 175+196+118=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC476 is #503B89. Grayscale: #B5B5B5. Windows color (decimal): -5258122 or 7783599. OLE color: 7783599.

HSL color Cylindrical-coordinate representation of color #AFC476: hue angle of 76.15º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFC476 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB175196118-
CMYK0.1100.400.23
HSL76.15º39.8%61.57%-
HSV(B)76.15º39.8%76.86%-
XYZ40.6949.924.63-
YUV180.8392.54123.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 196 (76.95% from 255) = 40.08%
BLUE value IS 118 (46.48% from 255) = 24.13%
R=35.79%
G=40.08%
B=24.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751961180.1100.400.2376.1539.861.57
HexAFC476B028174c283e
Octal25730416613050271145076
Binary1010111111000100111011010110101000101111001100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC476; }

 p { color: rgb(175,196,118); }

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

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

 a { background-color: rgb(175,196,118); }

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

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

 span { border-color: rgb(175,196,118); }

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