#ACC48A

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

Shades of Caper #ACC48A

Tints of Caper #ACC48A

Color information

#ACC48A (or 0xACC48A) is unknown color: approx Caper. HEX triplet: AC, C4 and 8A. RGB value is (172,196,138). Sum of RGB (Red+Green+Blue) = 172+196+138=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC48A is #533B75. Grayscale: #B6B6B6. Windows color (decimal): -5454710 or 9094316. OLE color: 9094316.

HSL color Cylindrical-coordinate representation of color #ACC48A: hue angle of 84.83º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACC48A is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB172196138-
CMYK0.1200.300.23
HSL84.83º32.95%65.49%-
HSV(B)84.83º29.59%76.86%-
XYZ41.3450.0931.53-
YUV182.21103.05120.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 196 (76.95% from 255) = 38.74%
BLUE value IS 138 (54.30% from 255) = 27.27%
R=33.99%
G=38.74%
B=27.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961380.1200.300.2384.8332.9565.49
HexACC48AC01E17552141
Octal254304212140362712541101
Binary10101100110001001000101011000111101011110101011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC48A; }

 p { color: rgb(172,196,138); }

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

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

 a { background-color: rgb(172,196,138); }

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

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

 span { border-color: rgb(172,196,138); }

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