#AFBC84

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

Shades of Caper #AFBC84

Tints of Caper #AFBC84

Color information

#AFBC84 (or 0xAFBC84) is unknown color: approx Caper. HEX triplet: AF, BC and 84. RGB value is (175,188,132). Sum of RGB (Red+Green+Blue) = 175+188+132=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC84 is #50437B. Grayscale: #B1B1B1. Windows color (decimal): -5260156 or 8699055. OLE color: 8699055.

HSL color Cylindrical-coordinate representation of color #AFBC84: hue angle of 73.93º degrees, saturation: 0.29, 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 #AFBC84 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB175188132-
CMYK0.0700.300.26
HSL73.93º29.47%62.75%-
HSV(B)73.93º29.79%73.73%-
XYZ39.8346.7528.75-
YUV177.73102.19126.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 188 (73.83% from 255) = 37.98%
BLUE value IS 132 (51.95% from 255) = 26.67%
R=35.35%
G=37.98%
B=26.67%

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
Decimal1751881320.0700.300.2673.9329.4762.75
HexAFBC84701E1A4a1d3f
Octal2572742047036321123577
Binary10101111101111001000010011101111011010100101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBC84; }

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

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

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

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

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

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

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

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