#AFBC83

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

Shades of Caper #AFBC83

Tints of Caper #AFBC83

Color information

#AFBC83 (or 0xAFBC83) is unknown color: approx Caper. HEX triplet: AF, BC and 83. RGB value is (175,188,131). Sum of RGB (Red+Green+Blue) = 175+188+131=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC83 is #50437C. Grayscale: #B1B1B1. Windows color (decimal): -5260157 or 8633519. OLE color: 8633519.

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

Color convert

RGB175188131-
CMYK0.0700.300.26
HSL73.68º29.84%62.55%-
HSV(B)73.68º30.32%73.73%-
XYZ39.7646.7228.39-
YUV177.61101.69126.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 188 (73.83% from 255) = 38.06%
BLUE value IS 131 (51.56% from 255) = 26.52%
R=35.43%
G=38.06%
B=26.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751881310.0700.300.2673.6829.8462.55
HexAFBC83701E1A4a1e3f
Octal2572742037036321123677
Binary10101111101111001000001111101111011010100101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBC83; }

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

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

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

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

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

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

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

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