#AFBC91

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

Shades of Caper #AFBC91

Tints of Caper #AFBC91

Color information

#AFBC91 (or 0xAFBC91) is unknown color: approx Caper. HEX triplet: AF, BC and 91. RGB value is (175,188,145). Sum of RGB (Red+Green+Blue) = 175+188+145=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC91 is #50436E. Grayscale: #B3B3B3. Windows color (decimal): -5260143 or 9551023. OLE color: 9551023.

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

Color convert

RGB175188145-
CMYK0.0700.230.26
HSL78.14º24.29%65.29%-
HSV(B)78.14º22.87%73.73%-
XYZ40.7747.1233.74-
YUV179.21108.69125-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 188 (73.83% from 255) = 37.01%
BLUE value IS 145 (57.03% from 255) = 28.54%
R=34.45%
G=37.01%
B=28.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751881450.0700.230.2678.1424.2965.29
HexAFBC9170171A4e1841
Octal25727422170273211630101
Binary101011111011110010010001111010111110101001110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBC91; }

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

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

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

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

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

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

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

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