#AFC379

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

Shades of Caper #AFC379

Tints of Caper #AFC379

Color information

#AFC379 (or 0xAFC379) is unknown color: approx Caper. HEX triplet: AF, C3 and 79. RGB value is (175,195,121). Sum of RGB (Red+Green+Blue) = 175+195+121=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC379 is #503C86. Grayscale: #B4B4B4. Windows color (decimal): -5258375 or 7979951. OLE color: 7979951.

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

Color convert

RGB175195121-
CMYK0.1000.380.24
HSL76.22º38.14%61.96%-
HSV(B)76.22º37.95%76.47%-
XYZ40.6549.5225.51-
YUV180.5894.37124.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 195 (76.56% from 255) = 39.71%
BLUE value IS 121 (47.66% from 255) = 24.64%
R=35.64%
G=39.71%
B=24.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951210.1000.380.2476.2238.1461.96
HexAFC379A026184c263e
Octal25730317112046301144676
Binary1010111111000011111100110100100110110001001100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC379; }

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

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

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

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

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

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

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

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