#ACC28A

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

Shades of Caper #ACC28A

Tints of Caper #ACC28A

Color information

#ACC28A (or 0xACC28A) is unknown color: approx Caper. HEX triplet: AC, C2 and 8A. RGB value is (172,194,138). Sum of RGB (Red+Green+Blue) = 172+194+138=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC28A is #533D75. Grayscale: #B5B5B5. Windows color (decimal): -5455222 or 9093804. OLE color: 9093804.

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

Color convert

RGB172194138-
CMYK0.1100.290.24
HSL83.57º31.46%65.1%-
HSV(B)83.57º28.87%76.08%-
XYZ40.8949.1931.38-
YUV181.04103.71121.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 194 (76.17% from 255) = 38.49%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=34.13%
G=38.49%
B=27.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721941380.1100.290.2483.5731.4665.1
HexACC28AB01D18541f41
Octal254302212130353012437101
Binary1010110011000010100010101011011101110001010100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC28A; }

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

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

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

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

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

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

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

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