#AFBC7E

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

Shades of Caper #AFBC7E

Tints of Caper #AFBC7E

Color information

#AFBC7E (or 0xAFBC7E) is unknown color: approx Caper. HEX triplet: AF, BC and 7E. RGB value is (175,188,126). Sum of RGB (Red+Green+Blue) = 175+188+126=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC7E is #504381. Grayscale: #B1B1B1. Windows color (decimal): -5260162 or 8305839. OLE color: 8305839.

HSL color Cylindrical-coordinate representation of color #AFBC7E: hue angle of 72.58º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFBC7E is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB175188126-
CMYK0.0700.330.26
HSL72.58º31.63%61.57%-
HSV(B)72.58º32.98%73.73%-
XYZ39.4346.5926.65-
YUV177.0499.19126.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 188 (73.83% from 255) = 38.45%
BLUE value IS 126 (49.61% from 255) = 25.77%
R=35.79%
G=38.45%
B=25.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751881260.0700.330.2672.5831.6361.57
HexAFBC7E70211A49203e
Octal2572741767041321114076
Binary101011111011110011111101110100001110101001001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBC7E; }

 p { color: rgb(175,188,126); }

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

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

 a { background-color: rgb(175,188,126); }

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

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

 span { border-color: rgb(175,188,126); }

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