#ACCA7D

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

Shades of Caper #ACCA7D

Tints of Caper #ACCA7D

Color information

#ACCA7D (or 0xACCA7D) is unknown color: approx Caper. HEX triplet: AC, CA and 7D. RGB value is (172,202,125). Sum of RGB (Red+Green+Blue) = 172+202+125=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCA7D is #533582. Grayscale: #B8B8B8. Windows color (decimal): -5453187 or 8243884. OLE color: 8243884.

HSL color Cylindrical-coordinate representation of color #ACCA7D: hue angle of 83.38º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACCA7D is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB172202125-
CMYK0.1500.380.21
HSL83.38º42.08%64.12%-
HSV(B)83.38º38.12%79.22%-
XYZ41.8452.4927.33-
YUV184.2594.56119.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 202 (79.30% from 255) = 40.48%
BLUE value IS 125 (49.22% from 255) = 25.05%
R=34.47%
G=40.48%
B=25.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021250.1500.380.2183.3842.0864.12
HexACCA7DF02615532a40
Octal254312175170462512352100
Binary10101100110010101111101111101001101010110100111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA7D; }

 p { color: rgb(172,202,125); }

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

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

 a { background-color: rgb(172,202,125); }

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

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

 span { border-color: rgb(172,202,125); }

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