#AFC58B

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

Shades of Caper #AFC58B

Tints of Caper #AFC58B

Color information

#AFC58B (or 0xAFC58B) is unknown color: approx Caper. HEX triplet: AF, C5 and 8B. RGB value is (175,197,139). Sum of RGB (Red+Green+Blue) = 175+197+139=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC58B is #503A74. Grayscale: #B8B8B8. Windows color (decimal): -5257845 or 9160111. OLE color: 9160111.

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

Color convert

RGB175197139-
CMYK0.1100.290.23
HSL82.76º33.33%65.88%-
HSV(B)82.76º29.44%77.25%-
XYZ42.3150.9132.02-
YUV183.81102.71121.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 197 (77.34% from 255) = 38.55%
BLUE value IS 139 (54.69% from 255) = 27.20%
R=34.25%
G=38.55%
B=27.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751971390.1100.290.2382.7633.3365.88
HexAFC58BB01D17532142
Octal257305213130352712341102
Binary10101111110001011000101110110111011011110100111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC58B; }

 p { color: rgb(175,197,139); }

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

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

 a { background-color: rgb(175,197,139); }

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

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

 span { border-color: rgb(175,197,139); }

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