#ACC483

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

Shades of Caper #ACC483

Tints of Caper #ACC483

Color information

#ACC483 (or 0xACC483) is unknown color: approx Caper. HEX triplet: AC, C4 and 83. RGB value is (172,196,131). Sum of RGB (Red+Green+Blue) = 172+196+131=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC483 is #533B7C. Grayscale: #B5B5B5. Windows color (decimal): -5454717 or 8635564. OLE color: 8635564.

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

Color convert

RGB172196131-
CMYK0.1200.330.23
HSL82.15º35.52%64.12%-
HSV(B)82.15º33.16%76.86%-
XYZ40.8549.8928.95-
YUV181.4199.55121.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 196 (76.95% from 255) = 39.28%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=34.47%
G=39.28%
B=26.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961310.1200.330.2382.1535.5264.12
HexACC483C02117522440
Octal254304203140412712244100
Binary101011001100010010000011110001000011011110100101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC483; }

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

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

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

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

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

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

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

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