#ACC37D

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

Shades of Caper #ACC37D

Tints of Caper #ACC37D

Color information

#ACC37D (or 0xACC37D) is unknown color: approx Caper. HEX triplet: AC, C3 and 7D. RGB value is (172,195,125). Sum of RGB (Red+Green+Blue) = 172+195+125=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC37D is #533C82. Grayscale: #B4B4B4. Windows color (decimal): -5454979 or 8242092. OLE color: 8242092.

HSL color Cylindrical-coordinate representation of color #ACC37D: hue angle of 79.71º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACC37D is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB172195125-
CMYK0.1200.360.24
HSL79.71º36.84%62.75%-
HSV(B)79.71º35.9%76.47%-
XYZ40.2349.2826.79-
YUV180.1496.88122.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.96%
GREEN value IS 195 (76.56% from 255) = 39.63%
BLUE value IS 125 (49.22% from 255) = 25.41%
R=34.96%
G=39.63%
B=25.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951250.1200.360.2479.7136.8462.75
HexACC37DC0241850253f
Octal25430317514044301204577
Binary1010110011000011111110111000100100110001010000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC37D; }

 p { color: rgb(172,195,125); }

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

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

 a { background-color: rgb(172,195,125); }

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

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

 span { border-color: rgb(172,195,125); }

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