#ACC276

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

Shades of Caper #ACC276

Tints of Caper #ACC276

Color information

#ACC276 (or 0xACC276) is unknown color: approx Caper. HEX triplet: AC, C2 and 76. RGB value is (172,194,118). Sum of RGB (Red+Green+Blue) = 172+194+118=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC276 is #533D89. Grayscale: #B3B3B3. Windows color (decimal): -5455242 or 7783084. OLE color: 7783084.

HSL color Cylindrical-coordinate representation of color #ACC276: hue angle of 77.37º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACC276 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB172194118-
CMYK0.1100.390.24
HSL77.37º38.38%61.18%-
HSV(B)77.37º39.18%76.08%-
XYZ39.5848.6624.45-
YUV178.7693.71123.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 194 (76.17% from 255) = 40.08%
BLUE value IS 118 (46.48% from 255) = 24.38%
R=35.54%
G=40.08%
B=24.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721941180.1100.390.2477.3738.3861.18
HexACC276B027184d263d
Octal25430216613047301154675
Binary1010110011000010111011010110100111110001001101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC276; }

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

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

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

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

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

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

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

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