#ACC872

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

Shades of Caper #ACC872

Tints of Caper #ACC872

Color information

#ACC872 (or 0xACC872) is unknown color: approx Caper. HEX triplet: AC, C8 and 72. RGB value is (172,200,114). Sum of RGB (Red+Green+Blue) = 172+200+114=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC872 is #53378D. Grayscale: #B6B6B6. Windows color (decimal): -5453710 or 7522476. OLE color: 7522476.

HSL color Cylindrical-coordinate representation of color #ACC872: hue angle of 79.53º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACC872 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB172200114-
CMYK0.1400.430.22
HSL79.53º43.88%61.57%-
HSV(B)79.53º43%78.43%-
XYZ40.751.2923.67-
YUV181.8289.72120.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 200 (78.52% from 255) = 41.15%
BLUE value IS 114 (44.92% from 255) = 23.46%
R=35.39%
G=41.15%
B=23.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1722001140.1400.430.2279.5343.8861.57
HexACC872E02B16502c3e
Octal25431016216053261205476
Binary1010110011001000111001011100101011101101010000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC872; }

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

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

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

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

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

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

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

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