#ACC272

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

Shades of Caper #ACC272

Tints of Caper #ACC272

Color information

#ACC272 (or 0xACC272) is unknown color: approx Caper. HEX triplet: AC, C2 and 72. RGB value is (172,194,114). Sum of RGB (Red+Green+Blue) = 172+194+114=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC272 is #533D8D. Grayscale: #B2B2B2. Windows color (decimal): -5455246 or 7520940. OLE color: 7520940.

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

Color convert

RGB172194114-
CMYK0.1100.410.24
HSL76.5º39.6%60.39%-
HSV(B)76.5º41.24%76.08%-
XYZ39.3448.5723.22-
YUV178.391.71123.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 194 (76.17% from 255) = 40.42%
BLUE value IS 114 (44.92% from 255) = 23.75%
R=35.83%
G=40.42%
B=23.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721941140.1100.410.2476.539.660.39
HexACC272B029184c283c
Octal25430216213051301145074
Binary1010110011000010111001010110101001110001001100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC272; }

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

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

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

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

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

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

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

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