#AFCB87

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

Shades of Caper #AFCB87

Tints of Caper #AFCB87

Color information

#AFCB87 (or 0xAFCB87) is unknown color: approx Caper. HEX triplet: AF, CB and 87. RGB value is (175,203,135). Sum of RGB (Red+Green+Blue) = 175+203+135=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 135 (53.12% from 255 or 26.32% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCB87 is #503478. Grayscale: #BBBBBB. Windows color (decimal): -5256313 or 8899503. OLE color: 8899503.

HSL color Cylindrical-coordinate representation of color #AFCB87: hue angle of 84.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFCB87 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB175203135-
CMYK0.1400.330.20
HSL84.71º39.53%66.27%-
HSV(B)84.71º33.5%79.61%-
XYZ43.4153.5830.97-
YUV186.8898.72119.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 203 (79.69% from 255) = 39.57%
BLUE value IS 135 (53.12% from 255) = 26.32%
R=34.11%
G=39.57%
B=26.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031350.1400.330.2084.7139.5366.27
HexAFCB87E02114552842
Octal257313207160412412550102
Binary101011111100101110000111111001000011010010101011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCB87; }

 p { color: rgb(175,203,135); }

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

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

 a { background-color: rgb(175,203,135); }

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

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

 span { border-color: rgb(175,203,135); }

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