#ACC675

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

Shades of Caper #ACC675

Tints of Caper #ACC675

Color information

#ACC675 (or 0xACC675) is unknown color: approx Caper. HEX triplet: AC, C6 and 75. RGB value is (172,198,117). Sum of RGB (Red+Green+Blue) = 172+198+117=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC675 is #53398A. Grayscale: #B5B5B5. Windows color (decimal): -5454219 or 7718572. OLE color: 7718572.

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

Color convert

RGB172198117-
CMYK0.1300.410.22
HSL79.26º41.54%61.76%-
HSV(B)79.26º40.91%77.65%-
XYZ40.4250.4424.44-
YUV180.9991.89121.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 198 (77.73% from 255) = 40.66%
BLUE value IS 117 (46.09% from 255) = 24.02%
R=35.32%
G=40.66%
B=24.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981170.1300.410.2279.2641.5461.76
HexACC675D029164f2a3e
Octal25430616515051261175276
Binary1010110011000110111010111010101001101101001111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC675; }

 p { color: rgb(172,198,117); }

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

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

 a { background-color: rgb(172,198,117); }

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

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

 span { border-color: rgb(172,198,117); }

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