#AFC473

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

Shades of Caper #AFC473

Tints of Caper #AFC473

Color information

#AFC473 (or 0xAFC473) is unknown color: approx Caper. HEX triplet: AF, C4 and 73. RGB value is (175,196,115). Sum of RGB (Red+Green+Blue) = 175+196+115=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC473 is #503B8C. Grayscale: #B4B4B4. Windows color (decimal): -5258125 or 7586991. OLE color: 7586991.

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

Color convert

RGB175196115-
CMYK0.1100.410.23
HSL75.56º40.7%60.98%-
HSV(B)75.56º41.33%76.86%-
XYZ40.5149.8323.7-
YUV180.4991.04124.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 196 (76.95% from 255) = 40.33%
BLUE value IS 115 (45.31% from 255) = 23.66%
R=36.01%
G=40.33%
B=23.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751961150.1100.410.2375.5640.760.98
HexAFC473B029174c293d
Octal25730416313051271145175
Binary1010111111000100111001110110101001101111001100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC473; }

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

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

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

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

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

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

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

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