#ACCD74

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

Shades of Caper #ACCD74

Tints of Caper #ACCD74

Color information

#ACCD74 (or 0xACCD74) is unknown color: approx Caper. HEX triplet: AC, CD and 74. RGB value is (172,205,116). Sum of RGB (Red+Green+Blue) = 172+205+116=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCD74 is #53328B. Grayscale: #B9B9B9. Windows color (decimal): -5452428 or 7654828. OLE color: 7654828.

HSL color Cylindrical-coordinate representation of color #ACCD74: hue angle of 82.25º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACCD74 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB172205116-
CMYK0.1600.430.20
HSL82.25º47.09%62.94%-
HSV(B)82.25º43.41%80.39%-
XYZ4253.6924.67-
YUV184.9989.07118.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 205 (80.47% from 255) = 41.58%
BLUE value IS 116 (45.70% from 255) = 23.53%
R=34.89%
G=41.58%
B=23.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051160.1600.430.2082.2547.0962.94
HexACCD741002B14522f3f
Octal25431516420053241225777
Binary10101100110011011110100100000101011101001010010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD74; }

 p { color: rgb(172,205,116); }

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

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

 a { background-color: rgb(172,205,116); }

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

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

 span { border-color: rgb(172,205,116); }

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