#ACCC83

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

Shades of Caper #ACCC83

Tints of Caper #ACCC83

Color information

#ACCC83 (or 0xACCC83) is unknown color: approx Caper. HEX triplet: AC, CC and 83. RGB value is (172,204,131). Sum of RGB (Red+Green+Blue) = 172+204+131=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCC83 is #53337C. Grayscale: #BABABA. Windows color (decimal): -5452669 or 8637612. OLE color: 8637612.

HSL color Cylindrical-coordinate representation of color #ACCC83: hue angle of 86.3º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACCC83 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB172204131-
CMYK0.1600.360.2
HSL86.3º41.71%65.69%-
HSV(B)86.3º35.78%80%-
XYZ42.753.629.57-
YUV186.1196.9117.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.93%
GREEN value IS 204 (80.08% from 255) = 40.24%
BLUE value IS 131 (51.56% from 255) = 25.84%
R=33.93%
G=40.24%
B=25.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722041310.1600.360.286.341.7165.69
HexACCC831002414562a42
Octal254314203200442412652102
Binary1010110011001100100000111000001001001010010101101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCC83; }

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

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

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

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

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

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

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

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