#ACC48B

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

Shades of Caper #ACC48B

Tints of Caper #ACC48B

Color information

#ACC48B (or 0xACC48B) is unknown color: approx Caper. HEX triplet: AC, C4 and 8B. RGB value is (172,196,139). Sum of RGB (Red+Green+Blue) = 172+196+139=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC48B is #533B74. Grayscale: #B6B6B6. Windows color (decimal): -5454709 or 9159852. OLE color: 9159852.

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

Color convert

RGB172196139-
CMYK0.1200.290.23
HSL85.26º32.57%65.69%-
HSV(B)85.26º29.08%76.86%-
XYZ41.4150.1131.92-
YUV182.33103.55120.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.93%
GREEN value IS 196 (76.95% from 255) = 38.66%
BLUE value IS 139 (54.69% from 255) = 27.42%
R=33.93%
G=38.66%
B=27.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961390.1200.290.2385.2632.5765.69
HexACC48BC01D17552142
Octal254304213140352712541102
Binary10101100110001001000101111000111011011110101011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC48B; }

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

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

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

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

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

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

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

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