#ACCF72

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

Shades of Caper #ACCF72

Tints of Caper #ACCF72

Color information

#ACCF72 (or 0xACCF72) is unknown color: approx Caper. HEX triplet: AC, CF and 72. RGB value is (172,207,114). Sum of RGB (Red+Green+Blue) = 172+207+114=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCF72 is #53308D. Grayscale: #BABABA. Windows color (decimal): -5451918 or 7524268. OLE color: 7524268.

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

Color convert

RGB172207114-
CMYK0.1700.450.19
HSL82.58º49.21%62.94%-
HSV(B)82.58º44.93%81.18%-
XYZ42.3654.6124.23-
YUV185.9387.4118.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 207 (81.25% from 255) = 41.99%
BLUE value IS 114 (44.92% from 255) = 23.12%
R=34.89%
G=41.99%
B=23.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071140.1700.450.1982.5849.2162.94
HexACCF721102D1353313f
Octal25431716221055231236177
Binary10101100110011111110010100010101101100111010011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCF72; }

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

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

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

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

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

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

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

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