#AFC477

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

Shades of Caper #AFC477

Tints of Caper #AFC477

Color information

#AFC477 (or 0xAFC477) is unknown color: approx Caper. HEX triplet: AF, C4 and 77. RGB value is (175,196,119). Sum of RGB (Red+Green+Blue) = 175+196+119=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC477 is #503B88. Grayscale: #B5B5B5. Windows color (decimal): -5258121 or 7849135. OLE color: 7849135.

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

Color convert

RGB175196119-
CMYK0.1100.390.23
HSL76.36º39.49%61.76%-
HSV(B)76.36º39.29%76.86%-
XYZ40.7549.9324.94-
YUV180.9493.04123.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 196 (76.95% from 255) = 40%
BLUE value IS 119 (46.88% from 255) = 24.29%
R=35.71%
G=40%
B=24.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751961190.1100.390.2376.3639.4961.76
HexAFC477B027174c273e
Octal25730416713047271144776
Binary1010111111000100111011110110100111101111001100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC477; }

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

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

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

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

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

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

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

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