#AFBE78

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

Shades of Caper #AFBE78

Tints of Caper #AFBE78

Color information

#AFBE78 (or 0xAFBE78) is unknown color: approx Caper. HEX triplet: AF, BE and 78. RGB value is (175,190,120). Sum of RGB (Red+Green+Blue) = 175+190+120=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBE78 is #504187. Grayscale: #B1B1B1. Windows color (decimal): -5259656 or 7913135. OLE color: 7913135.

HSL color Cylindrical-coordinate representation of color #AFBE78: hue angle of 72.86º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFBE78 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB175190120-
CMYK0.0800.370.25
HSL72.86º35%60.78%-
HSV(B)72.86º36.84%74.51%-
XYZ39.4847.324.82-
YUV177.5495.53126.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 190 (74.61% from 255) = 39.18%
BLUE value IS 120 (47.27% from 255) = 24.74%
R=36.08%
G=39.18%
B=24.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901200.0800.370.2572.863560.78
HexAFBE7880251949233d
Octal25727617010045311114375
Binary1010111110111110111100010000100101110011001001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE78; }

 p { color: rgb(175,190,120); }

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

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

 a { background-color: rgb(175,190,120); }

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

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

 span { border-color: rgb(175,190,120); }

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