#ACC275

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

Shades of Caper #ACC275

Tints of Caper #ACC275

Color information

#ACC275 (or 0xACC275) is unknown color: approx Caper. HEX triplet: AC, C2 and 75. RGB value is (172,194,117). Sum of RGB (Red+Green+Blue) = 172+194+117=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC275 is #533D8A. Grayscale: #B2B2B2. Windows color (decimal): -5455243 or 7717548. OLE color: 7717548.

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

Color convert

RGB172194117-
CMYK0.1100.400.24
HSL77.14º38.69%60.98%-
HSV(B)77.14º39.69%76.08%-
XYZ39.5248.6424.14-
YUV178.6493.21123.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 194 (76.17% from 255) = 40.17%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=35.61%
G=40.17%
B=24.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721941170.1100.400.2477.1438.6960.98
HexACC275B028184d273d
Octal25430216513050301154775
Binary1010110011000010111010110110101000110001001101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC275; }

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

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

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

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

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

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

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

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