#AFC68B

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

Shades of Caper #AFC68B

Tints of Caper #AFC68B

Color information

#AFC68B (or 0xAFC68B) is unknown color: approx Caper. HEX triplet: AF, C6 and 8B. RGB value is (175,198,139). Sum of RGB (Red+Green+Blue) = 175+198+139=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC68B is #503974. Grayscale: #B8B8B8. Windows color (decimal): -5257589 or 9160367. OLE color: 9160367.

HSL color Cylindrical-coordinate representation of color #AFC68B: hue angle of 83.39º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC68B is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB175198139-
CMYK0.1200.300.22
HSL83.39º34.1%66.08%-
HSV(B)83.39º29.8%77.65%-
XYZ42.5351.3732.1-
YUV184.4102.38121.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 198 (77.73% from 255) = 38.67%
BLUE value IS 139 (54.69% from 255) = 27.15%
R=34.18%
G=38.67%
B=27.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751981390.1200.300.2283.3934.166.08
HexAFC68BC01E16532242
Octal257306213140362612342102
Binary10101111110001101000101111000111101011010100111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC68B; }

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

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

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

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

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

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

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

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