#ACCF76

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

Shades of Caper #ACCF76

Tints of Caper #ACCF76

Color information

#ACCF76 (or 0xACCF76) is unknown color: approx Caper. HEX triplet: AC, CF and 76. RGB value is (172,207,118). Sum of RGB (Red+Green+Blue) = 172+207+118=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCF76 is #533089. Grayscale: #BABABA. Windows color (decimal): -5451914 or 7786412. OLE color: 7786412.

HSL color Cylindrical-coordinate representation of color #ACCF76: hue angle of 83.6º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACCF76 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB172207118-
CMYK0.1700.430.19
HSL83.6º48.11%63.73%-
HSV(B)83.6º43%81.18%-
XYZ42.654.725.45-
YUV186.3989.4117.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 207 (81.25% from 255) = 41.65%
BLUE value IS 118 (46.48% from 255) = 23.74%
R=34.61%
G=41.65%
B=23.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071180.1700.430.1983.648.1163.73
HexACCF761102B13543040
Octal254317166210532312460100
Binary101011001100111111101101000101010111001110101001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCF76; }

 p { color: rgb(172,207,118); }

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

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

 a { background-color: rgb(172,207,118); }

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

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

 span { border-color: rgb(172,207,118); }

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